Skip to content
Snippets Groups Projects
Commit 536ee8d8 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'fix-syntax' into 'master'

Fix syntax

See merge request !678
parents ff4a3a13 46066eb9
No related branches found
No related tags found
1 merge request!678Fix syntax
Pipeline #19026 passed
Pipeline: AlekSIS

#19032

    ......@@ -106,7 +106,7 @@ ONBUILD RUN set -e; \
    if [ -n "$SYSTEM_DEPS" ]; then \
    eatmydata apt-get update; \
    eatmydata apt-get install -y $SYSTEM_DEPS; \
    fi; \
    fi;
    ONBUILD RUN set -e; \
    if [ -n "$APPS" ]; then \
    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