• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1FROM ubuntu:18.04
2
3RUN apt-get update -y && apt-get install -y --no-install-recommends \
4  gcc \
5  libc6-dev \
6  ca-certificates
7
8