Task: Add docker yarn

This commit is contained in:
2021-07-14 16:14:33 +07:00
parent 75e3594abf
commit 779bb6ca2d
3 changed files with 13 additions and 14 deletions

View File

@@ -50,6 +50,9 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN chmod +x /usr/local/bin/modprobe
# Install Yarn
RUN apk add --update --no-cache yarn
ENV DOCKER_TLS_CERTDIR=/certs
RUN mkdir /certs /certs/client && chmod 1777 /certs /certs/client