From c984b9eb564614cf7671cead1bb14efc00c36633 Mon Sep 17 00:00:00 2001 From: Andrew Rioux Date: Sat, 6 May 2023 21:52:00 -0400 Subject: [PATCH] docs: removed extra comments --- .devcontainer/Dockerfile.buster | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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