mirror of https://github.com/akaunting/docker.git
Add more dependencies to fpm-alpine-nginx-composer image
This commit is contained in:
parent
0a50a89c74
commit
2045207aeb
|
@ -11,6 +11,10 @@ RUN rm -f /etc/apk/repositories &&\
|
||||||
|
|
||||||
# Add Dependencies
|
# Add Dependencies
|
||||||
RUN apk add --update --no-cache \
|
RUN apk add --update --no-cache \
|
||||||
|
gcc \
|
||||||
|
g++ \
|
||||||
|
make \
|
||||||
|
python2 \
|
||||||
nano \
|
nano \
|
||||||
bash \
|
bash \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
|
Loading…
Reference in New Issue