Install bash

This commit is contained in:
Matt McWilliams 2021-09-15 20:37:05 -04:00
parent 8e7ffd0ba9
commit 6ddfeec246
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM frolvlad/alpine-gxx
RUN apk update
RUN apk add --update \
bash \
git \
coreutils \
build-base \