Skip to content

Commit

Permalink
Remove pkg-config from Dockerfile build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpressen committed Dec 3, 2024
1 parent 65fe4ba commit 923c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM base AS build

# Install packages needed to build gems and node modules
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential git node-gyp pkg-config python-is-python3 && \
apt-get install --no-install-recommends -y build-essential git node-gyp python-is-python3 && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives

# Install application gems
Expand Down

0 comments on commit 923c20f

Please sign in to comment.