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 4fc3dfb  Update dockerfile for the qemu update
4fc3dfb is described below

commit 4fc3dfbfd609ef81c5a299c4609773a41a97c50b
Author: Mingshen Sun <[email protected]>
AuthorDate: Thu Aug 19 22:23:29 2021 -0700

    Update dockerfile for the qemu update
---
 Dockerfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 9296b5c..77c90d1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -73,7 +73,13 @@ RUN apt-get update && \
     cpio \
     libcap-ng-dev \
     screen \
-    libvdeplug-dev
+    libvdeplug-dev \
+    libsdl2-dev
+
+RUN apt-get install -y software-properties-common && \
+    add-apt-repository ppa:linuxuprising/libpng12 && \
+    apt-get update && \
+    apt-get install libpng12-0
 
 # Install Rust
 RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to