We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038c6de commit 339d48cCopy full SHA for 339d48c
dockerfiles/ubuntu20-base
@@ -2,7 +2,6 @@ FROM ubuntu:focal
2
3
RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
4
5
-CMD ["/bin/bash"]
6
SHELL ["/bin/bash", "-c"]
7
8
WORKDIR /tmp
dockerfiles/ubuntu22-base
@@ -2,7 +2,6 @@ FROM ubuntu:jammy
0 commit comments