Fixed CA certificates packages in Ubuntu images

This commit is contained in:
root
2019-04-12 12:34:39 +03:00
parent 6e61391684
commit 3e8d001b93
5 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
libssl1.1 \
libxml2 \
snmp-mibs-downloader \
ca-certificates \
unixodbc && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \