diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f5e99919..42af9f5a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,27 +1,6 @@ ARG VARIANT="bullseye" FROM mcr.microsoft.com/vscode/devcontainers/rust:1-${VARIANT} -RUN apt-get update - -# For building -RUN apt-get install -y \ - git \ - pkg-config \ - libsystemd-dev \ - build-essential \ - libelf-dev \ - libseccomp-dev \ - libclang-dev \ - libssl-dev - -# For debugging -RUN apt install -y \ - podman \ - bpftrace - -# Install just -RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin - # Install docker with youki COPY <