Skip to content

Commit

Permalink
fix: Remove openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jul 25, 2023
1 parent 71aaa7e commit 740e210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idf-rust.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 740e210

Please sign in to comment.