Skip to content

Instantly share code, notes, and snippets.

@antonym
Created April 18, 2021 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonym/42a00bc331e23d402f08ca4610d7e2a4 to your computer and use it in GitHub Desktop.
Save antonym/42a00bc331e23d402f08ca4610d7e2a4 to your computer and use it in GitHub Desktop.
FROM ubuntu:focal
ENV DEBIAN_FRONTEND=noninteractive
RUN \
apt-get update && \
apt-get install -y \
dosbox \
dosfstools \
git \
python3-pip \
python3-setuptools
RUN pip3 install --no-cache-dir ialauncher
ENTRYPOINT ialauncher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment