common.dockcross: Also need 'ca-certificates' to build on it's own

This commit is contained in:
Nathan Genetzky 2020-06-25 19:17:20 -05:00
parent e2d20c0626
commit 3b0a2bf76e

View File

@ -9,6 +9,7 @@ COPY \
RUN \
apt-get update --yes && \
apt-get install --no-install-recommends --yes \
ca-certificates \
curl \
dirmngr \
gpg \