diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d2919d..602a828 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ build: artifacts: paths: - opt/ + - etc/ - generated-version.txt script: - apt update diff --git a/Dockerfile b/Dockerfile index ca6d905..a97f282 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN \ apt install -y openssl COPY opt/ /opt +COPY etc/ /opt/etc