mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
fixed #830 - docker builds
This commit is contained in:
parent
2b6531c97b
commit
1a025dd138
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y nodejs openjdk-17-jdk \
|
&& apt-get install -y ca-certificates-java nodejs openjdk-17-jdk \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& npm install -g yarn \
|
&& npm install -g yarn \
|
||||||
&& cargo install just
|
&& cargo install just
|
||||||
|
|
Loading…
Reference in a new issue