Skip to content

Commit

Permalink
fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
runalsh committed Mar 3, 2024
1 parent e4f2e35 commit a007b45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.docker.debian
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ INCLUDE+ Dockerfile.base
RUN curl -fsSL https://get.docker.com -o get-docker.sh && \
sudo sh ./get-docker.sh && \
usermod -aG docker root && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|| true

CMD ["bash"] .

0 comments on commit a007b45

Please sign in to comment.