Skip to content

Commit

Permalink
digest needs pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Oct 27, 2024
1 parent 1f67f01 commit 9e9e698
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 @@ -6,7 +6,7 @@ WORKDIR /opt/ampersand

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git
apt-get install -y git pkg-config

# Start with a docker-layer that contains build dependencies, to maximize the reuse of these dependencies by docker's cache mechanism.
# Only updates to the files stack.yaml package.yaml will rebuild this layer; all other changes use the cache.
Expand Down

0 comments on commit 9e9e698

Please sign in to comment.