Skip to content

Commit

Permalink
docker: alpine needs bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Sep 23, 2022
1 parent 86ee7aa commit f3d1cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ COPY . /

FROM base AS build
RUN apk add --no-cache \
bash \
build-base \
git \
automake \
Expand Down

0 comments on commit f3d1cb6

Please sign in to comment.