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

@@ -60,6 +60,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
libxml2 \
mysql-client \
snmp-mibs-downloader \
ca-certificates \
unixodbc && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \