1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: add missing bash to Alpine image

This commit is contained in:
Steffen Vogel 2021-04-26 13:52:18 +00:00
parent 8837ef4e5e
commit a401555c93

View file

@ -113,6 +113,7 @@ RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/ap
RUN apk update
RUN apk add \
bash \
openssl \
libconfig \
curl \