Skip to content

Commit

Permalink
devcontainer: remove podman for now
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Apr 1, 2024
1 parent 54d32dc commit 98d1e4a
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 @@ -8,7 +8,7 @@ ARG VARIANT

# Install additional packages
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends protobuf-compiler libprotobuf-dev libclang-dev libzstd-dev podman
&& apt-get -y install --no-install-recommends protobuf-compiler libprotobuf-dev libclang-dev libzstd-dev

RUN apt install -y gh libgmp3-dev software-properties-common

Expand Down

0 comments on commit 98d1e4a

Please sign in to comment.