Skip to content

Commit

Permalink
Merge #507: Fix Debian version in dockerfile
Browse files Browse the repository at this point in the history
e333345 Fix Debian version in dockerfile (Kiminuo)

Pull request description:

  Follow-up PR to #500.

ACKs for top commit:
  achow101:
    ACK e333345

Tree-SHA512: c8b0cf1b13e27bc8b0096076d9b2224f7a9778a7ffb1be6de9039932c73381c29617801508b66a74986bea2f55df2377dc3d956bf443f17b7c1a80131f835599
  • Loading branch information
achow101 committed May 25, 2021
2 parents d6a8cde + e333345 commit 7dcd7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN eval "$(pyenv init -)" && eval "$(pyenv virtualenv-init -)" && cat /opt/repr
RUN dpkg --add-architecture i386
RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key
RUN apt-key add winehq.key
RUN echo "deb https://dl.winehq.org/wine-builds/debian/ stretch main" >> /etc/apt/sources.list
RUN echo "deb https://dl.winehq.org/wine-builds/debian/ buster main" >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install --install-recommends -y \
wine-stable-amd64 \
Expand Down

0 comments on commit 7dcd7bd

Please sign in to comment.