Fix startup script to create dummy config and dummy certificates.

This commit is contained in:
2020-11-20 16:55:46 +05:00
parent 5c45edb774
commit 09fda44f25
2 changed files with 12 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ RUN apk add --no-cache --virtual build-dependencies \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..; \
make; \
make install; \
cd .. && cp -r pki /usr/share/doc/taskd/; \
cd ../.. && rm -rf taskserver; \
apk del --purge build-dependencies; \
apk add --no-cache gnutls libuuid util-linux bash libgcc libstdc++; \