Skip to content
Snippets Groups Projects
Verified Commit c2392a1e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Allow forcing version of PyPI package to use

parent a74ccaeb
No related branches found
No related tags found
1 merge request!512[CI] Ensure PyPI and docker builds are run in correct order
Pipeline #6230 passed
......@@ -40,9 +40,10 @@ RUN case ",$EXTRAS," in \
esac
# Install core
ARG APP_VERISON=""
RUN set -e; \
mkdir -p /var/lib/aleksis/media /usr/share/aleksis/static /var/lib/aleksis/backups; \
eatmydata pip install AlekSIS-Core\[$EXTRAS\]
eatmydata pip install AlekSIS-Core\[$EXTRAS\]$APP_VERSION
# Declare a persistent volume for all data
VOLUME /var/lib/aleksis
......
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