Browse Source

Update Dockerfile

master
st3b1t 2 years ago committed by GitHub
parent
commit
30d971504d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -5,7 +5,7 @@ WORKDIR /jm/clientserver
COPY . .
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates=* curl=* \
RUN apt-get update && apt-get install -y --no-install-recommends gnupg ca-certificates=* curl=* \
python3-pip=* python3=* \
&& pip3 install 'wheel>=0.35.1' \
&& ./install.sh --docker-install \

Loading…
Cancel
Save