mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
common.dockcross: Also need 'ca-certificates' to build on it's own
This commit is contained in:
parent
e2d20c0626
commit
3b0a2bf76e
@ -9,6 +9,7 @@ COPY \
|
||||
RUN \
|
||||
apt-get update --yes && \
|
||||
apt-get install --no-install-recommends --yes \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dirmngr \
|
||||
gpg \
|
||||
|
Loading…
Reference in New Issue
Block a user