Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
parteekcoder committed Feb 21, 2023
1 parent 3a936ac commit 39263be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt update && \
RUN apt install -y nodejs npm
RUN python3 -m pip install --upgrade pip
RUN git clone https://github.com/OWASP/SecureTea-Project securetea
RUN wget https://github.com/cdr/code-server/releases/download/2.preview.11-vsc1.37.0/code-server2.preview.11-vsc1.37.0-linux-x86_64.tar.gz &&\
tar --gzip -xf ./code-server2.preview.11-vsc1.37.0-linux-x86_64.tar.gz && \
mv -f code-server2.preview.11-vsc1.37.0-linux-x86_64/* ~/ && \
RUN wget https://github.com/coder/code-server/releases/download/2.1472-vsc1.38.1/code-server2.1472-vsc1.38.1-linux-x86_64.tar.gz &&\
tar --gzip -xf ./code-server2.1472-vsc1.38.1-linux-x86_64.tar.gz && \
mv -f code-server2.1472-vsc1.38.1-linux-x86_64/* ~/ && \
chmod +x ~/code-server
RUN apt install zsh gcc clang libnl-utils libnfnetlink-dev libnfnetlink0 libnl-cli-3-dev libnl-3-dev -y
RUN apt install -y build-essential python-dev libnetfilter-queue-dev
Expand Down

0 comments on commit 39263be

Please sign in to comment.