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

fix: first working Docker image

parent e9b5b0f8
No related branches found
No related tags found
1 merge request!22Set of commits to be tagger v0.19
Pipeline #136122 passed
......@@ -8,7 +8,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
POETRY_VERSION=1.8.3
RUN apt-get update \
&& apt-get install --no-install-recommends -y wget \
&& apt-get install --no-install-recommends -y make wget unzip \
&& if ! command -v poetry; then \
apt-get install --no-install-recommends -y python3-dev python3-pip \
&& pip install "poetry==$POETRY_VERSION"; \
......@@ -25,5 +25,7 @@ RUN cd $PROJECT_DIR \
&& git clone --depth 1 --no-tags --single-branch -b $BACKEND_BRANCH https://gitlab.pasteur.fr/nyx/PasteurJanelia-adapter PasteurJanelia \
&& cd PasteurJanelia \
&& make package \
&& rm -rf bin/matlab/2023b/bin/glnxa64/matlab_startup_plugins/matlab_graphics_ui \
&& rm -rf bin/matlab/2023b/bin/glnxa64/matlab_startup_plugins/foundation/platform/pf_matlab_integ \
&& rm -rf .git ~/.cache
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