fixed #830 - docker builds

This commit is contained in:
Eugene Pankov 2023-07-10 21:38:08 +02:00
parent 2b6531c97b
commit 1a025dd138
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& 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/* \
&& npm install -g yarn \
&& cargo install just