docs: removed extra comments
This commit is contained in:
parent
f72aa6e98d
commit
c984b9eb56
@ -39,19 +39,4 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
USER vscode
|
USER vscode
|
||||||
|
|
||||||
RUN cargo install cargo-make
|
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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user