From 740e210a0b7386f5169ec28743f7209faf413359 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 25 Jul 2023 17:44:29 +0200 Subject: [PATCH] fix: Remove openssl dependency --- idf-rust.Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idf-rust.Containerfile b/idf-rust.Containerfile index 01b8f0fe..3963ecff 100644 --- a/idf-rust.Containerfile +++ b/idf-rust.Containerfile @@ -15,7 +15,7 @@ ARG XTENSA_VERSION=latest # Install dependencies RUN apt-get update \ && apt-get install -y git curl gcc clang ninja-build unzip libudev-dev tar xz-utils \ - python3 python3-pip python3-venv libusb-1.0-0 libssl-dev pkg-config libpython2.7 openssl \ + python3 python3-pip python3-venv libusb-1.0-0 libssl-dev pkg-config libpython2.7 \ && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts # Set users