Skip to content
Snippets Groups Projects
Verified Commit 262876c8 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Add CURL to final image so that entrypoint works

parent 3d0cf2b2
No related branches found
No related tags found
No related merge requests found
Pipeline #54919 passed
......@@ -57,7 +57,7 @@ RUN useradd --uid ${UID} --create-home etherpad
COPY --from=downloader --chown=etherpad /opt/etherpad-lite /opt/etherpad-lite/
RUN apt-get update && \
apt-get install -y default-mysql-client && \
apt-get install -y curl default-mysql-client && \
chmod +x /opt/etherpad-lite/entrypoint.sh && \
usermod -d /opt/etherpad-lite etherpad && \
chown -R etherpad /opt/etherpad-lite && \
......
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