Add bash
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-07 11:26:32 +01:00
parent 87d8e86bb4
commit 434e5668be
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ WORKDIR /usr/src/molecule
# quite often. # quite often.
# edge/testing needed for: py3-arrow # edge/testing needed for: py3-arrow
RUN apk add -v --progress --update --no-cache \ RUN apk add -v --progress --update --no-cache \
bash \
docker-py \ docker-py \
gcc \ gcc \
git \ git \
@ -77,6 +78,7 @@ FROM alpine:edge
LABEL maintainer="decentral1se <decentral1se@disroot.org>" LABEL maintainer="decentral1se <decentral1se@disroot.org>"
ENV PACKAGES="\ ENV PACKAGES="\
bash \
docker \ docker \
git \ git \
openssh-client \ openssh-client \