Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed May 3, 2024
1 parent ff40b29 commit 66ded22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG CONTAINER_GROUP=esp

# Ubuntu/Debian
RUN apt-get update \
&& apt-get install -y git gcc build-essential curl pkg-config \
&& apt-get install -y git gcc build-essential curl pkg-config cmake \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts
RUN adduser --disabled-password --gecos "" ${CONTAINER_USER}

Expand Down

0 comments on commit 66ded22

Please sign in to comment.