Skip to content

Instantly share code, notes, and snippets.

@sboger
Last active April 24, 2022 01:40
Show Gist options
  • Save sboger/38978fbe63ed17371bbd694af5b3d919 to your computer and use it in GitHub Desktop.
Save sboger/38978fbe63ed17371bbd694af5b3d919 to your computer and use it in GitHub Desktop.
Dockerfile for devterm container builder
FROM ubuntu:hirsute
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install wget tzdata vim git build-essential
RUN wget https://gist.githubusercontent.com/sboger/31fe0ded17c540f73346a9d3f4544114/raw/d8e03949cda1c27a991afb4b17ac83d8f7122426/build.sh
RUN chmod +x build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment