Skip to content
Snippets Groups Projects
Verified Commit 3a73626d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add missing argument

parent 68113c32
No related branches found
No related tags found
1 merge request!550Resolve "[Docker] Allow using core image as base image for app/distribution images"
Pipeline #6652 passed
......@@ -4,6 +4,9 @@ FROM python:3.9-buster AS core
ARG EXTRAS="ldap,s3"
ARG APP_VERSION=""
# Additional apps
ARG APPS=""
# Configure Python to be nice inside Docker and pip to stfu
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment