mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 01:41:52 +03:00
first build workflow
This commit is contained in:
11
scripts/ubuntu/Dockerfile
Normal file
11
scripts/ubuntu/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
ARG VERSION
|
||||
FROM ubuntu:$VERSION
|
||||
|
||||
RUN mkdir -p output/
|
||||
COPY scripts/ /
|
||||
RUN apt-get update
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-all-dev libssl-dev libpcre2-dev libxml2-dev libgtest-dev libgmock-dev libcurl4-gnutls-dev
|
||||
RUN apt-get install -y cmake build-essential
|
||||
RUN chmod +x build_artifacts.sh
|
||||
ENTRYPOINT /build_artifacts.sh
|
||||
|
||||
Reference in New Issue
Block a user