Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3381b3d2 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Pull request #75: [EDELIVERY-12906] Upgrade ubuntu docker image to get the latest patches.

Merge in EDELIVERY/smp from bugfix/EDELIVERY-12906-domismp-mysql-does-not-start-on-docker-with-ubuntu-20.04 to development

* commit 'd082caed':
  [EDELIVERY-12906] Upgrade ubuntu docker image to get the latest patches.
parents 2d3ebb39 d082caed
No related branches found
No related tags found
No related merge requests found
Pipeline #144589 passed with warnings
......@@ -30,7 +30,8 @@ EXPOSE 3306 8084 5005
VOLUME ["/data"]
# install utils, java, mysql \
RUN apt-get -y update \
RUN apt-get update -qqy \
&& apt-get upgrade -qqy \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
mysql-server \
openjdk-8-jdk \
......
......@@ -50,7 +50,8 @@ EXPOSE 3306 8080 6901 53 5005
VOLUME ["/data"]
# install utils, java, mysql \
RUN apt-get update \
RUN apt-get update -qqy \
&& apt-get upgrade -qqy \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
mysql-server \
openjdk-8-jdk \
......@@ -146,3 +147,4 @@ HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=5 \
ENTRYPOINT ["/sbin/entrypoint.sh"]
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