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
...@@ -40,6 +40,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \ ...@@ -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 - \ && curl --silent --location https://deb.nodesource.com/setup_${NODE_MAJOR}.x | bash - \
&& apt-get update && apt-get install -y --no-install-recommends \ && apt-get update && apt-get install -y --no-install-recommends \
${BUILD_DEPS} \ ${BUILD_DEPS} \
ca-certificates \
brotli \ brotli \
ghostscript \ ghostscript \
gsfonts \ gsfonts \
...@@ -82,7 +83,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \ ...@@ -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 config build.nokogiri --use-system-libraries \
&& bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4 \ && 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 {} + \ && 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 \ #&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* && 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