Skip to content

Commit

Permalink
Merge pull request #443 from Gontier-Julien/apk-update
Browse files Browse the repository at this point in the history
Always update to get the latest list of available packages.
  • Loading branch information
troglobit committed Aug 9, 2023
2 parents 9ae1df1 + 642a80e commit 5745955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk --no-cache add --virtual .build-dependencies \
RUN apk --update --no-cache add --virtual .build-dependencies \
autoconf \
automake \
confuse-dev \
Expand All @@ -17,7 +17,7 @@ RUN ./autogen.sh && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=

FROM alpine:latest

RUN apk --no-cache add \
RUN apk --update --no-cache add \
ca-certificates \
confuse \
gnutls
Expand Down

0 comments on commit 5745955

Please sign in to comment.