Install bash

This commit is contained in:
Luke Murphy 2020-09-25 12:43:49 +02:00
parent c0f03a08d0
commit 42f3b17dcf
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
FROM docker:dind
RUN apk add --no-cache openssh-client=8.3_p1-r0
RUN apk add --no-cache \
bash=5.0.18-r0 \
openssh-client=8.3_p1-r0
COPY plugin.sh /plugin/plugin.sh