Skip to content

Commit

Permalink
feat: ✨ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 7, 2023
1 parent 49b72b3 commit 72a04ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ARG ESP_IDF_VERSION=v4.4.1
ARG ESP_BOARD=esp32c3

RUN apt-get update \
&& apt-get install -y git curl ninja-build clang libudev-dev unzip \
python3 python3-pip libusb-1.0-0 libssl-dev pkg-config libtinfo5 \
&& apt-get install -y git curl ninja-build llvm-dev libclang-dev \
clang unzip python3 python3-pip pkg-config \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* /tmp/library-scripts

Expand Down

0 comments on commit 72a04ff

Please sign in to comment.