3.11.6 #1

Merged
jonny merged 11 commits from 3.11.6 into master 2020-07-21 11:42:44 +00:00
Showing only changes of commit 6a441ce922 - Show all commits

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/*