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

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

[EDELIVERY-12906] Upgrade ubuntu docker image to get the latest patches.

parent e6eca0a4
No related tags found
No related merge requests found
Pipeline #144076 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