diff --git a/.devcontainer/Dockerfile.buster b/.devcontainer/Dockerfile.buster index d2b5ac2..311b167 100644 --- a/.devcontainer/Dockerfile.buster +++ b/.devcontainer/Dockerfile.buster @@ -39,19 +39,4 @@ RUN apt-get update && \ USER vscode -RUN cargo install cargo-make - -#FROM rust:1-buster -# -#ENV DEBIAN_FRONTEND=noninteractive -# -#apk add musl-dev openssl-dev docker-compose lldb && \ -#RUN apt update && \ -# apt install -y git cmake make automake autoconf libtool valgrind flex musl-tools \ -# linux-headers-5.10 bison docker-compose lldb libssl-dev libnl-3-dev sudo && \ -# rustup component add clippy && \ -# rustup target add x86_64-unknown-linux-musl && \ -# useradd vscode && \ -# mkdir -p /home/vscode && \ -# chown -R vscode:vscode /home/vscode && \ -# echo "vscode ALL=(ALL: ALL) NOPASSWD: ALL" >> /etc/sudoers \ No newline at end of file +RUN cargo install cargo-make \ No newline at end of file