Skip to content

Commit efa3149

Browse files
committed
what it says on the tin
1 parent b04373b commit efa3149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN git clone https://github.com/UWCS/dcslauncher.git
4646
# Install FNG-Admin Client
4747
RUN mkdir -p fng-admin/client && cd fng-admin/client && \
4848
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
49+
.venv/bin/python -m pip install https://github.com/UWCS/fng-admin/releases/download/AAAAAUUGGGGGGGHHHHH/client-0.1.0-py3-none-any.whl
5050
WORKDIR /
5151

5252
# Cleanup

0 commit comments

Comments
 (0)