Skip to content

Commit

Permalink
use pip instead of setup.py to install geospaas in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Apr 11, 2024
1 parent a807b3d commit 304c810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY geospaas /tmp/geospaas
COPY setup.py /tmp/
COPY MANIFEST.in /tmp/
WORKDIR /tmp
RUN python setup.py install \
RUN pip install . \
&& rm -r geospaas setup.py MANIFEST.in

WORKDIR /src

0 comments on commit 304c810

Please sign in to comment.