Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 19, 2024
1 parent 482847f commit 96d8816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ RUN set -eux; \
curl https://rclone.org/install.sh | bash

RUN apt-get update; \
apt-get install -y --no-install-recommends docker-cli; \
apt-get clean;
apt-get install -y --no-install-recommends docker.io; \
docker --version

VOLUME /var/run/docker.sock
VOLUME /config
Expand Down

0 comments on commit 96d8816

Please sign in to comment.