Skip to content

Commit ddc806e

Browse files
committed
feat: install docker cli
1 parent 6ffe8ac commit ddc806e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
3131
gpg-agent \
3232
ca-certificates \
3333
unzip \
34+
docker.io \
3435
python3 python3-venv python3-pip python3-dev && \
3536
apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
3637

0 commit comments

Comments
 (0)