Skip to content

Commit

Permalink
oops merged in the edge repository change by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbevis committed Dec 28, 2020
1 parent 617c7e4 commit eeee3ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN apk upgrade --no-cache \
FROM alpine:latest
LABEL mainainer='b3vis'
COPY entry.sh /entry.sh
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories \
&& apk upgrade --no-cache \
RUN apk upgrade --no-cache \
&& apk add --no-cache \
tzdata \
sshfs \
Expand Down

0 comments on commit eeee3ae

Please sign in to comment.