Skip to content

Commit

Permalink
Fix bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Aug 19, 2024
1 parent 1f75d06 commit a634751
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 @@ -58,7 +58,7 @@ COPY . .
# Install Python dependencies
RUN python3 src/freva_deployment/__init__.py && \
python3 -m pip install pyinstaller rich-argparse namegenerator && \
python3 -m pip install --no-deps . \
python3 -m pip install --no-deps . &&\
python3 pyinstaller/pre-win.py &&\
rm -rf /root/.cache/pip && \
rm -rf /root/build-deps && \
Expand Down

0 comments on commit a634751

Please sign in to comment.