Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ReallyFatYoshi committed Jul 7, 2024
1 parent 8b3c40b commit c759d49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,18 @@ COPY --chmod=0755 ./bdsx.sh /root/bdsx.sh
COPY --chmod=0755 bin/* /usr/local/bin/

# Stage 5
RUN dpkg --add-architecture i386
RUN mkdir -pm755 /etc/apt/keyrings
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
# RUN mkdir -pm755 /etc/apt/keyrings && \
# wget -NP /etc/apt/keyrings https://dl.winehq.org/wine-builds/winehq.key && \
# wget -O /etc/apt/sources.list.d/winehq-jammy.sources https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources && \
# dpkg --add-architecture i386
# RUN add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
# RUN sed -i s@/usr/share/keyrings/@/etc/apt/keyrings/@ /etc/apt/sources.list.d/winehq-jammy.sources
RUN dpkg --add-architecture i386
RUN apt update -y
RUN apt install wine64 wine32
RUN apt install --install-recommends winehq-stable -y

# Stage 6
WORKDIR /root
Expand Down

0 comments on commit c759d49

Please sign in to comment.