7 lines
123 B
Docker
7 lines
123 B
Docker
|
FROM ubuntu:xenial
|
||
|
|
||
|
ENV DEBIAN_FRONTEND noninteractive
|
||
|
|
||
|
RUN apt-get update -yq
|
||
|
RUN apt-get install -yq build-essential git
|