There was an error while loading. Please reload this page.
1 parent b04373b commit efa3149Copy full SHA for efa3149
1 file changed
Dockerfile
@@ -46,7 +46,7 @@ RUN git clone https://github.com/UWCS/dcslauncher.git
46
# Install FNG-Admin Client
47
RUN mkdir -p fng-admin/client && cd fng-admin/client && \
48
python -m venv .venv && \
49
- .venv/bin/python -m pip install https://github.com/AlexWright1324/fng-admin/releases/latest/download/client-0.1.0-py3-none-any.whl
+ .venv/bin/python -m pip install https://github.com/UWCS/fng-admin/releases/download/AAAAAUUGGGGGGGHHHHH/client-0.1.0-py3-none-any.whl
50
WORKDIR /
51
52
# Cleanup
0 commit comments