Skip to content

Commit

Permalink
added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stalker2106 committed Nov 17, 2024
1 parent 8190041 commit 507e5d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM debian:bookworm-slim

ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

RUN apt update && apt install -y wget && \
wget https://github.com/Stalker2106x/wad3-cli/releases/download/v1.0.0/wad3-cli-linux_x86-64 && \
mv wad3-cli-linux_x86-64 /usr/local/bin/wad3-cli && \
chmod +x /usr/local/bin/wad3-cli

0 comments on commit 507e5d8

Please sign in to comment.