Skip to content

Instantly share code, notes, and snippets.

@sayrer
Created March 26, 2021 23:23
Show Gist options
  • Save sayrer/8f3b0fe02f3affe144efc02a350dca35 to your computer and use it in GitHub Desktop.
Save sayrer/8f3b0fe02f3affe144efc02a350dca35 to your computer and use it in GitHub Desktop.
Hello World deps
FROM 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
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libxml2
# Inherited 'build' options: --bes_results_url=https://app.buildbuddy.io/invocation/ --bes_backend=grpcs://cloud.buildbuddy.io --remote_cache=grpcs://cloud.buildbuddy.io --remote_timeout=3600 --remote_executor=grpcs://cloud.buildbuddy.io --remote_header=x-buildbuddy-api-key=5G91vGMX57lwry1l0QGD --host_platform=//:docker_image_platform --platforms=//:docker_image_platform --extra_toolchains=@llvm_toolchain//:cc-toolchain-linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment