Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion images/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg \
containerd.io \
docker-buildx-plugin \
docker-compose-plugin && \
systemctl enable docker.service docker.socket && \
systemctl disable docker.service && \
systemctl enable docker.socket && \
Comment thread
Copilot marked this conversation as resolved.
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Loading