Skip to content

Commit

Permalink
avoid installing wis2box as a Python egg
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 17, 2023
1 parent e4e2b9b commit 5753124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \
COPY . /app
# install wis2box
RUN cd /app \
&& python3 setup.py install \
&& pip3 install -e . \
# install wis2box plugins, if defined
&& $PIP_PLUGIN_PACKAGES \
# add wis2box user
Expand Down

0 comments on commit 5753124

Please sign in to comment.