Skip to content

Instantly share code, notes, and snippets.

@jensmeder
Created December 16, 2019 20:10
Show Gist options
  • Save jensmeder/76f539f3373d1becd9a11a7021037a4c to your computer and use it in GitHub Desktop.
Save jensmeder/76f539f3373d1becd9a11a7021037a4c to your computer and use it in GitHub Desktop.
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