Skip to content

Commit

Permalink
fix7
Browse files Browse the repository at this point in the history
  • Loading branch information
runalsh committed Mar 3, 2024
1 parent 86788eb commit 97e5ff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.docker.debian
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ INCLUDE+ Dockerfile.base
# SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -fsSL https://get.docker.com -o get-docker.sh && \
sudo sh ./get-docker.sh || true
RUN usermod -aG docker root && \
apt-get clean && \
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

CMD ["bash"] .

0 comments on commit 97e5ff4

Please sign in to comment.