Git Product home page Git Product logo

Comments (4)

jbech-linaro avatar jbech-linaro commented on September 24, 2024

Thanks @revizes , I'll incorporate those changes.

from docker_optee.

jbech-linaro avatar jbech-linaro commented on September 24, 2024

Hi @revizes , I realize that I forgot this. I've been busy with other things (and I'm not using my own Docker images very often).

from docker_optee.

revizes avatar revizes commented on September 24, 2024

Hi @jbech-linaro,

I think python3-cryptography package is needed for building latest optee os.
Thanks

Ubuntu : 20.04
CPU : Intel(R) Xeon(R) CPU E5-2643 v4

diff --git a/Dockerfile b/Dockerfile
index 970351c..5180dda 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -53,7 +53,11 @@ RUN  apt update && apt install -y  \
            wget \
            pkg-config \
            cpio \
-           meson
+           meson \
+           libgmp3-dev \
+           libmpc-dev \
+           python3-cryptography
+
 
 # Download repo
 RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /bin/repo

from docker_optee.

jbech-linaro avatar jbech-linaro commented on September 24, 2024

Thanks @revizes , I've added the changes and did a test build etc. Everything went fine and all test cases passed. I've pushed that patch (added your GitHub alias as suggested by).

OS: Ubuntu 20.04.3 LTS x86_64
Kernel: 5.11.0-34-generic

from docker_optee.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.