Skip to content

Commit

Permalink
Fix missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Aug 19, 2024
1 parent a634751 commit bf6f8e7
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 @@ -57,7 +57,7 @@ COPY . .

# Install Python dependencies
RUN python3 src/freva_deployment/__init__.py && \
python3 -m pip install pyinstaller rich-argparse namegenerator && \
python3 -m pip install pyinstaller rich-argparse namegenerator npyscreen && \
python3 -m pip install --no-deps . &&\
python3 pyinstaller/pre-win.py &&\
rm -rf /root/.cache/pip && \
Expand Down

0 comments on commit bf6f8e7

Please sign in to comment.