Skip to content

Commit

Permalink
Run autoremove to free disk space.
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotablair committed Jul 15, 2024
1 parent 6ec0a32 commit 6039e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ RUN apt remove -y usrmerge
RUN for pkg in docker.io docker-doc docker-compose docker-compose-v2 \
podman-docker containerd runc; do sudo apt-get remove $pkg; done
RUN apt install -y curl
RUN apt autoremove -y
RUN curl -fsSL https://get.docker.com | sh
RUN mkdir /.docker && chmod 777 /.docker

0 comments on commit 6039e0f

Please sign in to comment.