Update Dockerfile
This commit is contained in:
parent
ecb7770a8c
commit
c58301177c
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ RUN ln -snf /usr/share/zoneinfo/$ARG_TZ /etc/localtime && echo $ARG_TZ > /etc/ti
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
wget
|
wget \
|
||||||
|
jq
|
||||||
|
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue