Commit e03e88a1 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'build-one-last-opt' into 'develop'

chore(ci): one last docker optimization

See merge request oai/cn5g/oai-cn5g-amf!148
parents 396210e2 cd03b5e9
......@@ -205,4 +205,4 @@ echo "Nb Files that do NOT follow OAI rules: $NB_TO_FORMAT over $NB_TOTAL checke
echo "NB_FILES_FAILING_CHECK=$NB_TO_FORMAT" > ./oai_rules_result.txt
echo "NB_FILES_CHECKED=$NB_TOTAL" >> ./oai_rules_result.txt
if [ $TO_FORMAT -ne 0 ]; then exit -1; else exit 0; fi
if [ $NB_TO_FORMAT -ne 0 ]; then exit -1; else exit 0; fi
......@@ -62,7 +62,7 @@ RUN apt-get update && \
libssh-4 \
openssl \
libbrotli1 \
perl \
netbase \
# Ubuntu 18 --> libasan4
# Ubuntu 20 --> libasan5
# Ubuntu 22 --> libasan6
......
......@@ -83,7 +83,7 @@ RUN apt-get update && \
libssh-4 \
openssl \
libbrotli1 \
perl \
netbase \
# Ubuntu 18 --> libasan4
# Ubuntu 20 --> libasan5
# Ubuntu 22 --> libasan6
......
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