We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6423ca commit 68d7a4cCopy full SHA for 68d7a4c
Dockerfile
@@ -1,6 +1,8 @@
1
FROM alpine:3.4
2
3
-RUN apk --update add bash
+RUN apk --update add bash \
4
+ && rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
5
+
6
RUN adduser -h /home -s /bin/bash -D -u 8465 vimtest
7
8
RUN mkdir -p /vim /vim-build/bin /plugins
0 commit comments