Skip to content

Commit

Permalink
feat: Add openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jul 24, 2023
1 parent 4287eea commit 71aaa7e
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 \
python3 python3-pip python3-venv libusb-1.0-0 libssl-dev pkg-config libpython2.7 openssl \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts

# Set users
Expand Down

0 comments on commit 71aaa7e

Please sign in to comment.