diff --git a/Dockerfile b/Dockerfile
index 6985c0dd97f345f7008c931855866033f711fdbb..c61507638a5f483b4e35e7ec52d0d6b733337d28 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,6 +43,8 @@ RUN DATABASE_URL=postgres://x/x \
     DEFAULT_CONTRACTEE_DISTRICT=x \
     DEFAULT_CONTRACTEE_ICO_NUMBER=x \
     DEFAULT_STAFF_GROUPS=x \
+    NASTENKA_API_URL=x \
+    NASTENKA_API_TOKEN=x \
     python manage.py collectstatic --noinput --settings=registry.settings.production
 
 RUN bash -c "adduser --disabled-login --quiet --gecos app app &&  \