Skip to content
Snippets Groups Projects
Commit 6d88216c authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fix s3 access.

parent bf583a26
No related branches found
No related tags found
No related merge requests found
Pipeline #400 canceled with stage
in 44 minutes and 13 seconds
......@@ -40,6 +40,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
&& curl --silent --location https://deb.nodesource.com/setup_${NODE_MAJOR}.x | bash - \
&& apt-get update && apt-get install -y --no-install-recommends \
${BUILD_DEPS} \
ca-certificates \
brotli \
ghostscript \
gsfonts \
......@@ -82,7 +83,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4 \
&& find /home/discourse/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} + \
&& apt-get remove -y --purge ${BUILD_DEPS} \
#&& apt-get remove -y --purge ${BUILD_DEPS} \
#&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
......
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