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 3fc7865 Fix building issue with the dockerfile
3fc7865 is described below
commit 3fc7865cf7bd7c6dc1852849fbe4737365e02e7b
Author: Mingshen Sun <[email protected]>
AuthorDate: Thu Jun 3 11:53:32 2021 -0700
Fix building issue with the dockerfile
---
.travis.yml | 2 +-
Dockerfile | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 65882b5..f526fd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ script:
- (cd optee-utee && xargo build --target aarch64-unknown-optee-trustzone -vv)
- (cd optee-teec && cargo build --target aarch64-unknown-linux-gnu -vv)
- make examples
- - docker run --rm -it -v$(pwd):/teaclave-trustzone-sdk -w
/teaclave-trustzone-sdk teaclave/teaclave-trustzone-sdk-build:0.1.0 bash -c "cd
ci && ./ci.sh"
+ - docker run --rm -it -v$(pwd):/teaclave-trustzone-sdk -w
/teaclave-trustzone-sdk teaclave/teaclave-trustzone-sdk-build:0.1.1 bash -c "cd
ci && ./ci.sh"
cache:
timeout: 1000
diff --git a/Dockerfile b/Dockerfile
index c26fed2..4b2cd64 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,10 @@ RUN apt-get update && \
libpixman-1-dev libssl-dev libstdc++6:i386 libtool libz1:i386 make \
mtools netcat python-crypto python-serial python-wand unzip uuid-dev \
xdg-utils xterm xz-utils zlib1g-dev git wget cpio libssl-dev iasl \
- screen libbrlapi-dev libaio-dev libcurl3 libbluetooth-dev libsdl2-2.0
+ screen libbrlapi-dev libaio-dev libcurl3 libbluetooth-dev libsdl2-2.0 \
+ python3 python3-pip python3-pyelftools
+
+RUN pip3 install pycryptodome
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
. $HOME/.cargo/env && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]