scrap-is-not-scrap/Dockerfile

10 lines
170 B
Docker
Raw Normal View History

FROM ubuntu:bionic
ENV DEBIAN_FRONTEND=noninteractive
ENV CXX clang++
RUN apt-get update && apt-get install -y \
clang \
yasm
2019-02-18 04:11:51 +00:00
ADD https://waf.io/waf-2.0.14 /waf.py