Skip to content

Commit 339d48c

Browse files
Consistent docker SHELL command (#29)
1 parent 038c6de commit 339d48c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dockerfiles/ubuntu20-base

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM ubuntu:focal
22

33
RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
44

5-
CMD ["/bin/bash"]
65
SHELL ["/bin/bash", "-c"]
76

87
WORKDIR /tmp

dockerfiles/ubuntu22-base

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM ubuntu:jammy
22

33
RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
44

5-
CMD ["/bin/bash"]
65
SHELL ["/bin/bash", "-c"]
76

87
WORKDIR /tmp

0 commit comments

Comments
 (0)