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