Install gnutls-tools.

This commit is contained in:
Stanislav Nikitin 2020-11-20 17:15:23 +05:00
parent 09fda44f25
commit 301c42728f
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN apk add --no-cache --virtual build-dependencies \
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++; \
apk add --no-cache gnutls gnutls-utils libuuid util-linux bash libgcc libstdc++; \
mkdir /var/taskd && chmod +x /usr/bin/taskd.sh
ENV TASKDATA /var/taskd