This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/master by this push:
new cf46683 docker: add ca-certificates (#47)
cf46683 is described below
commit cf466831423a80040c060c7e4e251c7ed95d3096
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Oct 19 13:14:43 2021 -0700
docker: add ca-certificates (#47)
---
Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 77c90d1..cc69dca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -74,7 +74,8 @@ RUN apt-get update && \
libcap-ng-dev \
screen \
libvdeplug-dev \
- libsdl2-dev
+ libsdl2-dev \
+ ca-certificates
RUN apt-get install -y software-properties-common && \
add-apt-repository ppa:linuxuprising/libpng12 && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]