Created
December 16, 2019 20:10
-
-
Save jensmeder/76f539f3373d1becd9a11a7021037a4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:18.04 | |
# Install wget | |
RUN apt-get update | |
RUN apt-get install -y wget | |
# Install winetricks | |
RUN apt-get install -y cabextract | |
RUN wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | |
RUN chmod +x winetricks | |
RUN cp winetricks /usr/local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment