Skip to content

Commit

Permalink
fix: bookworm does not support docker 20.10.X
Browse files Browse the repository at this point in the history
  • Loading branch information
mats16 committed Feb 9, 2024
1 parent bbef8ee commit 37cbf75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3.11/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN echo \
tee /etc/apt/sources.list.d/docker.list > /dev/null

# Install docker (Studio only supports Docker version 20.10.X.)
RUN apt-get update && \
apt-get install -y docker-ce=5:20.10.* docker-ce-cli=5:20.10.* containerd.io docker-buildx-plugin docker-compose-plugin && \
rm -rf /var/lib/apt/lists/*
#RUN apt-get update && \
# apt-get install -y docker-ce=5:20.10.* docker-ce-cli=5:20.10.* containerd.io docker-buildx-plugin docker-compose-plugin && \
# rm -rf /var/lib/apt/lists/*

USER $NB_USER

Expand Down

0 comments on commit 37cbf75

Please sign in to comment.