10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:20.04
|
||||
ENV DEBIAN_FRONTEND noniteractive
|
||||
|
||||
RUN apt-get -qq update && apt-get -qq -y --no-install-recommends install \
|
||||
automake \
|
||||
autoconf \
|
||||
build-essential \
|
||||
cmake \
|
||||
debhelper \
|
||||
devscripts
|
Reference in New Issue
Block a user