Add more app deps

This commit is contained in:
Maksym Bordun 2020-08-24 13:05:52 +02:00
parent 4259f54da1
commit add0643021
5 changed files with 75 additions and 5 deletions

View File

@ -131,6 +131,7 @@ RUN apk -q --update --no-cache add \
openssh \ openssh \
bash \ bash \
curl \ curl \
glib \
curl-dev \ curl-dev \
jq \ jq \
netcat-openbsd \ netcat-openbsd \
@ -141,7 +142,20 @@ RUN apk -q --update --no-cache add \
libxslt \ libxslt \
libxslt-dev \ libxslt-dev \
nodejs \ nodejs \
libgcc \
libintl \
libstdc++ \
graphviz \ graphviz \
yarn libx11 \
libxrender \
libxext \
ttf-dejavu \
ttf-droid \
ttf-freefont \
ttf-liberation \
ttf-ubuntu-font-family \
yarn \
vim
CMD [ "irb" ] CMD [ "irb" ]

View File

@ -131,6 +131,7 @@ RUN apk -q --update --no-cache add \
openssh \ openssh \
bash \ bash \
curl \ curl \
glib \
curl-dev \ curl-dev \
jq \ jq \
netcat-openbsd \ netcat-openbsd \
@ -141,7 +142,20 @@ RUN apk -q --update --no-cache add \
libxslt \ libxslt \
libxslt-dev \ libxslt-dev \
nodejs \ nodejs \
libgcc \
libintl \
libstdc++ \
graphviz \ graphviz \
yarn libx11 \
libxrender \
libxext \
ttf-dejavu \
ttf-droid \
ttf-freefont \
ttf-liberation \
ttf-ubuntu-font-family \
yarn \
vim
CMD [ "irb" ] CMD [ "irb" ]

View File

@ -131,6 +131,7 @@ RUN apk -q --update --no-cache add \
openssh \ openssh \
bash \ bash \
curl \ curl \
glib \
curl-dev \ curl-dev \
jq \ jq \
netcat-openbsd \ netcat-openbsd \
@ -141,7 +142,20 @@ RUN apk -q --update --no-cache add \
libxslt \ libxslt \
libxslt-dev \ libxslt-dev \
nodejs \ nodejs \
libgcc \
libintl \
libstdc++ \
graphviz \ graphviz \
yarn libx11 \
libxrender \
libxext \
ttf-dejavu \
ttf-droid \
ttf-freefont \
ttf-liberation \
ttf-ubuntu-font-family \
yarn \
vim
CMD [ "irb" ] CMD [ "irb" ]

View File

@ -131,6 +131,7 @@ RUN apk -q --update --no-cache add \
openssh \ openssh \
bash \ bash \
curl \ curl \
glib \
curl-dev \ curl-dev \
jq \ jq \
netcat-openbsd \ netcat-openbsd \
@ -141,7 +142,20 @@ RUN apk -q --update --no-cache add \
libxslt \ libxslt \
libxslt-dev \ libxslt-dev \
nodejs \ nodejs \
libgcc \
libintl \
libstdc++ \
graphviz \ graphviz \
yarn libx11 \
libxrender \
libxext \
ttf-dejavu \
ttf-droid \
ttf-freefont \
ttf-liberation \
ttf-ubuntu-font-family \
yarn \
vim
CMD [ "irb" ] CMD [ "irb" ]

View File

@ -131,6 +131,7 @@ RUN apk -q --update --no-cache add \
openssh \ openssh \
bash \ bash \
curl \ curl \
glib \
curl-dev \ curl-dev \
jq \ jq \
netcat-openbsd \ netcat-openbsd \
@ -141,7 +142,20 @@ RUN apk -q --update --no-cache add \
libxslt \ libxslt \
libxslt-dev \ libxslt-dev \
nodejs \ nodejs \
libgcc \
libintl \
libstdc++ \
graphviz \ graphviz \
yarn libx11 \
libxrender \
libxext \
ttf-dejavu \
ttf-droid \
ttf-freefont \
ttf-liberation \
ttf-ubuntu-font-family \
yarn \
vim
CMD [ "irb" ] CMD [ "irb" ]