Updated Dockerfile to add bash.

This commit is contained in:
michael 2021-03-08 10:18:56 -06:00
parent 862d2bf49a
commit 9d5ead578d

View file

@ -1,7 +1,8 @@
# Build the ProtonMail Bridge. # Build the ProtonMail Bridge.
FROM golang:1.15-alpine as build FROM golang:1.16-alpine as build
ENV LANG C.UTF-8 ENV LANG C.UTF-8
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \
curl \ curl \
gcc \ gcc \
git \ git \