diff options
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile.alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine index 6db74f4df..3d1ff1a80 100644 --- a/docker/Dockerfile.alpine +++ b/docker/Dockerfile.alpine @@ -53,7 +53,7 @@ RUN apk add --no-cache \ && apk del .build-deps # Copy wkhtmltopdf files from docker-wkhtmltopdf image -COPY --from=builder /bin/wkhtmltopdf /bin/wkhtmltopdf +COPY --from=wkhtmltopdf /bin/wkhtmltopdf /bin/wkhtmltopdf RUN addgroup yacy && adduser -S -G yacy -H -D yacy WORKDIR /opt |
