Commit 03ad3782 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'fix_ubuntu_mirror' into 'develop'

(fix): ubuntu 18.04 mirror issue

See merge request oai/cn5g/oai-cn5g-smf!143
parents 5ffe1504 11daf074
...@@ -34,6 +34,8 @@ ARG NEEDED_GIT_PROXY ...@@ -34,6 +34,8 @@ ARG NEEDED_GIT_PROXY
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN echo "deb http://fr.archive.ubuntu.com/ubuntu bionic main restricted" >> /etc/apt/sources.list
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade --yes && \ DEBIAN_FRONTEND=noninteractive apt-get upgrade --yes && \
DEBIAN_FRONTEND=noninteractive apt-get install --yes \ DEBIAN_FRONTEND=noninteractive apt-get install --yes \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment