Skip to content
Snippets Groups Projects
Verified Commit f5251d0a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix build script

parent 6daf7169
Branches
No related tags found
No related merge requests found
...@@ -73,6 +73,10 @@ RUN apk add --no-cache \ ...@@ -73,6 +73,10 @@ RUN apk add --no-cache \
qt5-qtbase-postgresql \ qt5-qtbase-postgresql \
qt5-qtbase-sqlite qt5-qtbase-sqlite
ARG QUASSEL_VERSION="0.13.1"
ARG QUASSEL_BRANCH="0.13"
ARG QUASSEL_REPO="https://github.com/quassel/quassel"
RUN if [ "$QUASSEL_BRANCH" = "0.13" ]; then \ RUN if [ "$QUASSEL_BRANCH" = "0.13" ]; then \
apk add --no-cache qt5-qtscript; \ apk add --no-cache qt5-qtscript; \
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment