Skip to content
Snippets Groups Projects
Commit 82a28828 authored by François  LAURENT's avatar François LAURENT
Browse files

to squash with previous commit

parent 39b7e0a2
No related branches found
No related tags found
No related merge requests found
Pipeline #83095 passed
...@@ -7,13 +7,10 @@ RUN apt-get update && apt-get install -y \ ...@@ -7,13 +7,10 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& git clone --depth 1 --single-branch -b $BRANCH https://gitlab.pasteur.fr/nyx/larvatagger.jl $DIRNAME \ && git clone --depth 1 --single-branch -b $BRANCH https://gitlab.pasteur.fr/nyx/larvatagger.jl $DIRNAME \
&& julia --project=$DIRNAME -e 'using Pkg; Pkg.instantiate()' \ && julia --project=$DIRNAME -e 'using Pkg; Pkg.instantiate()' \
&& ln -s /$DIRNAME/scripts/larvatagger.jl /bin \ && ln -s /$DIRNAME/scripts/larvatagger.jl /bin
&& rm -f $DIRNAME/test/precompile* \
&& rm -f $DIRNAME/scripts/larvatagger.jl
COPY scripts/larvatagger.jl $DIRNAME/scripts/ # COPY requires at least one file defined, hence `test/precompile.jl`
COPY test/precompile* test/data_sample* $DIRNAME/test/ COPY test/precompile.jl test/data_sample* $DIRNAME/test/
COPY src/cli.jl $DIRNAME/src/
ARG TIMEZONE=UTC ARG TIMEZONE=UTC
RUN ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime \ RUN ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime \
......
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