Skip to content

Commit

Permalink
fix: run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 5, 2024
1 parent cf19dfc commit 3efe80c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LABEL org.opencontainers.image.licenses="MIT"

RUN \
export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
pkg-config \
make \
Expand All @@ -33,4 +34,5 @@ RUN \
zlib1g-dev \
libjpeg62-turbo-dev \
libgirepository1.0-dev \
patch
patch \
&& rm -rf /root/.cache /tmp/* /var/lib/apt/lists/*

0 comments on commit 3efe80c

Please sign in to comment.