Skip to content

Instantly share code, notes, and snippets.

@sayrer
Created March 26, 2021 23:11
Show Gist options
  • Save sayrer/69f588798cd7e13f61f2e1e31d2aff02 to your computer and use it in GitHub Desktop.
Save sayrer/69f588798cd7e13f61f2e1e31d2aff02 to your computer and use it in GitHub Desktop.
Almost works
ROM ubuntu:focal
RUN DEBIAN_FRONTEND=noninteractive apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-utils
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libtinfo5
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y clang-10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment