Skip to content

Commit

Permalink
alpine: add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 22, 2017
1 parent ae75a97 commit 344262a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/ubuntu16.04_docker_alpine3.4/resources/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN apk add --no-cache \
openjdk8 \
git \
procps \
openssh-client
openssh-client \
bash

RUN addgroup -g 1000 {{ server_user }}

Expand Down

0 comments on commit 344262a

Please sign in to comment.