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 1ae0571 commit 70e404eCopy full SHA for 70e404e
Dockerfile
@@ -36,7 +36,7 @@ RUN cd /tmp && \
36
bzip2 -d github-release.bz2 && \
37
cp /tmp/github-release /usr/bin/github-release && \
38
chmod 755 /usr/bin/github-release && \
39
- rm -rf /tmp/* /tmp/.*
+ rm -rf /tmp/*
40
41
ENV DATA_DIR="/usr/src"
42
ENV ENABLE_SSH="true"
0 commit comments