Skip to content

Commit 70e404e

Browse files
authored
Update Dockerfile
1 parent 1ae0571 commit 70e404e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN cd /tmp && \
3636
bzip2 -d github-release.bz2 && \
3737
cp /tmp/github-release /usr/bin/github-release && \
3838
chmod 755 /usr/bin/github-release && \
39-
rm -rf /tmp/* /tmp/.*
39+
rm -rf /tmp/*
4040

4141
ENV DATA_DIR="/usr/src"
4242
ENV ENABLE_SSH="true"

0 commit comments

Comments
 (0)