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

Fix syntax

(cherry picked from commit 46066eb9)
parent dd48a5b5
No related branches found
No related tags found
1 merge request!677Prepare release 2.0rc2
Pipeline #19027 passed
...@@ -106,7 +106,7 @@ ONBUILD RUN set -e; \ ...@@ -106,7 +106,7 @@ ONBUILD RUN set -e; \
if [ -n "$SYSTEM_DEPS" ]; then \ if [ -n "$SYSTEM_DEPS" ]; then \
eatmydata apt-get update; \ eatmydata apt-get update; \
eatmydata apt-get install -y $SYSTEM_DEPS; \ eatmydata apt-get install -y $SYSTEM_DEPS; \
fi; \ fi;
ONBUILD RUN set -e; \ ONBUILD RUN set -e; \
if [ -n "$APPS" ]; then \ if [ -n "$APPS" ]; then \
eatmydata pip install $APPS; \ eatmydata pip install $APPS; \
......
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