Skip to content
Snippets Groups Projects
Commit 5125ca5b authored by Gaëtan Blond's avatar Gaëtan Blond Committed by gblond
Browse files

[Mobilizon] Fix image upload

parent 33066011
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ ENV INIT=FALSE \
INSTANCE_CONFIG=prod
RUN useradd -ms /bin/bash -p ! mobilizon \
&& apt-get update \
&& apt-get install -y git \
&& apt-get install -y git file\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY --from=builder /home/mobilizon/build/ /home/mobilizon/live/
......
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