Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bluPhy committed Apr 17, 2024
1 parent f4bf597 commit b884e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM alpine:latest as build

COPY --from=prep /usr/local/src /usr/local/src

RUN apk add --no-cache \
RUN apk update && apk add --no-cache \
binutils \
build-base \
readline-dev \
Expand All @@ -38,7 +38,7 @@ COPY --from=build /artifacts.tar.gz /

COPY copyables /

RUN apk add --no-cache \
RUN apk update && apk add --no-cache \
ca-certificates \
iptables \
readline \
Expand Down

0 comments on commit b884e87

Please sign in to comment.