Skip to content

Commit

Permalink
ubuntu: delete SHELL as syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsutaka committed Jul 10, 2021
1 parent 892f347 commit c2b3a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ USER "${DOCKER_USER}"

WORKDIR "/home/${DOCKER_USER}"

SHELL /bin/bash
# hadolint ignore=DL3004
RUN yes | sudo unminimize && \
sudo apt-get install -y man-db bash-completion build-essential curl openssh-client vim && \
Expand Down

0 comments on commit c2b3a89

Please sign in to comment.