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

[Lufi] Forgot cpan Carton

parent caf77ee6
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ARG APP_HOME=/lufi ...@@ -5,7 +5,7 @@ ARG APP_HOME=/lufi
RUN apt-get update \ RUN apt-get update \
&& apt-get -yq install build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev wget unzip \ && apt-get -yq install build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev wget unzip \
&& apt-get clean && apt-get clean && cpan Carton
RUN wget https://github.com/ldidry/lufi/archive/${LUFI_BUILD_VERSION}.zip && unzip ${LUFI_BUILD_VERSION}.zip \ RUN wget https://github.com/ldidry/lufi/archive/${LUFI_BUILD_VERSION}.zip && unzip ${LUFI_BUILD_VERSION}.zip \
&& rm ${LUFI_BUILD_VERSION}.zip && mv lufi-${LUFI_BUILD_VERSION} lufi && rm ${LUFI_BUILD_VERSION}.zip && mv lufi-${LUFI_BUILD_VERSION} lufi
......
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