Fixed source typo and ignoring baselayout
This commit is contained in:
parent
157aa5a562
commit
987cfb22f0
@ -1,5 +1,5 @@
|
|||||||
# Base on latest (edge) alpine image
|
# Base on latest (edge) alpine image
|
||||||
FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.12
|
FROM harbor.ervine.dev/library/x86_64/alpine/alpine:3.12
|
||||||
|
|
||||||
MAINTAINER “Jonathan Ervine” <docker@ervine.org>
|
MAINTAINER “Jonathan Ervine” <docker@ervine.org>
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ ENV LANG='en_US.UTF-8' \
|
|||||||
|
|
||||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||||
apk -U update && \
|
apk -U update && \
|
||||||
apk -U upgrade && \
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add nfs-utils e2fsprogs util-linux&& \
|
apk -U add nfs-utils e2fsprogs util-linux&& \
|
||||||
rm -rf /tmp/src && \
|
rm -rf /tmp/src && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user