diff --git a/Dockerfile b/Dockerfile index 7a94a2e..9fd5ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,14 @@ RUN \ set-cont-env DOCKER_IMAGE_VERSION "$DOCKER_IMAGE_VERSION" && \ true +# Set public environment variables. +ENV \ + MYJDOWNLOADER_EMAIL= \ + MYJDOWNLOADER_PASSWORD= \ + MYJDOWNLOADER_DEVICE_NAME= \ + JDOWNLOADER_HEADLESS=0 \ + JDOWNLOADER_MAX_MEM= + # Define mountable directories. VOLUME ["/output"]