Skip to content
Snippets Groups Projects
Verified Commit e52f94c9 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Lufi] Use Gitlab to get releases

parent 447d8913
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ RUN wget "$SUPERCRONIC_URL" \
&& ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
# Get Lufi release
RUN wget https://github.com/ldidry/lufi/archive/${LUFI_BUILD_VERSION}.zip && unzip ${LUFI_BUILD_VERSION}.zip \
RUN wget https://framagit.org/fiat-tux/hat-softwares/lufi/-/releases/${LUFI_BUILD_VERSION}.zip && unzip ${LUFI_BUILD_VERSION}.zip \
&& rm ${LUFI_BUILD_VERSION}.zip && mv lufi-${LUFI_BUILD_VERSION} lufi
WORKDIR ${APP_HOME}
......@@ -33,7 +33,6 @@ RUN carton install --deployment --without=test --without=sqlite --without=mysql
COPY picadrop ${APP_HOME}/themes/picadrop
# Add custom entrypoint
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment