new Dockerfile to run locally the test on an Ubuntu 20.04 system
This commit is contained in:
parent
e34f1c30d6
commit
45a40c8640
13
docker/Dockerfile.ubuntu_groovy
Normal file
13
docker/Dockerfile.ubuntu_groovy
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Build time
|
||||||
|
FROM ubuntu:groovy as build
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN apt-get update
|
||||||
|
|
||||||
|
RUN apt-get -y install g++ libssl-dev libz-dev make python ninja-build
|
||||||
|
RUN apt-get -y install cmake
|
||||||
|
|
||||||
|
COPY . /opt
|
||||||
|
WORKDIR /opt
|
||||||
|
|
||||||
|
RUN ["make", "test"]
|
Loading…
Reference in New Issue
Block a user