Skip to content

Commit

Permalink
feat: add winetricks
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 authored Sep 17, 2024
1 parent 0fe0d12 commit 7700de1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM debian:bookworm
ARG DOTNET_ARCHIVE=https://download.visualstudio.microsoft.com/download/pr/90d85e37-2f7a-43d8-a060-ee9bfa2935d9/30bbf49e665484d29bef4763ceb786db/dotnet-runtime-7.0.17-win-x64.zip
RUN apt-get update && \
RUN apt-get update && apt-get -y upgrade && \
apt-get install -y ca-certificates jq curl wget unzip zip python3-pip \
wine && \
wget -O /usr/bin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \
chmod 0755 /usr/bin/winetricks && \
rm -rf /var/lib/apt/lists/* && \
wget -O /tmp/dotnet.zip "$DOTNET_ARCHIVE" && \
mkdir /dotnet && \
Expand Down

0 comments on commit 7700de1

Please sign in to comment.