modified: Dockerfile

Added missing '\'
This commit is contained in:
Jonathan Ervine 2020-03-16 20:18:04 +08:00
parent 40745cd8a3
commit 6a441ce922

View File

@ -16,7 +16,7 @@ ENV LANG='en_US.UTF-8' \
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk -U update && \
apk -U upgrade && \
apk -U add nfs-utils
apk -U add nfs-utils \
rm -rf /tmp/src && \
rm -rf /var/cache/apk/*