Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && \

WORKDIR /tools

ENV POETRY_VER="1.8.3" \
ENV POETRY_VER="2.1.4" \
POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_IN_PROJECT=0 \
POETRY_VIRTUALENVS_CREATE=False \
Expand All @@ -20,7 +20,7 @@ RUN wget https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownl
&& chmod +x DepotDownloader

ENV ENTITY_HELPER_VER="v2.1.0"
run wget https://github.com/deadlock-wiki/DeadlockEntityHelper/releases/download/$ENTITY_HELPER_VER/DeadlockEntityHelper \
RUN wget https://github.com/deadlock-wiki/DeadlockEntityHelper/releases/download/$ENTITY_HELPER_VER/DeadlockEntityHelper \
&& chmod +x DeadlockEntityHelper

WORKDIR /repo
Expand Down
Loading