docs: removed extra comments

This commit is contained in:
Andrew Rioux 2023-05-06 21:52:00 -04:00
parent f72aa6e98d
commit c984b9eb56

View File

@ -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
RUN cargo install cargo-make