Add more dependencies to fpm-alpine-nginx-composer image

This commit is contained in:
Mohammed Al-Mahdawi 2021-04-07 14:54:48 +03:00
parent 0a50a89c74
commit 2045207aeb
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ RUN rm -f /etc/apk/repositories &&\
# Add Dependencies
RUN apk add --update --no-cache \
gcc \
g++ \
make \
python2 \
nano \
bash \
nodejs \