Fixed missing bash

This commit is contained in:
Eldad Fux
2020-07-20 20:53:32 +03:00
parent ccb1743efe
commit ac2ee0a025
+1
View File
@@ -100,6 +100,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN \
apk update && apk add --no-cache --virtual .deps \
bash \
make \
automake \
autoconf \