Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 13, 2023
1 parent c351560 commit c683208
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 python3-full libusb-1.0-0 libssl-dev pkg-config \
libusb-1.0-0 libssl-dev pkg-config python3 python3-pip python3-venv libpython3-all-dev python3-virtualenv\
&& apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts

# Set users
Expand Down

0 comments on commit c683208

Please sign in to comment.