Browse Source

Change setup directive

master
nolim1t 5 years ago
parent
commit
5964f9f142
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      Dockerfile

2
Dockerfile

@ -26,7 +26,7 @@ WORKDIR /specter-desktop
RUN git checkout $VERSION
RUN sed -i "s/vx.y.z-get-replaced-by-release-script/${VERSION}/g; " setup.py
RUN python setup.py install
RUN pip3 install .
FROM python:3.8.5-slim-buster as final

Loading…
Cancel
Save