Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
4auvar authored Feb 9, 2023
1 parent c8f8e52 commit 3393db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:latest
RUN apt-get update && apt-get upgrade && apt-get install curl && curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && apt-get install -y nodejs
RUN apt-get update && apt-get -y upgrade && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
# RUN git clone https://github.com/4auvar/VulnNodeApp.git (to be done base machine - AWS EC2)
ENV WORKDIR /opt/vuln-node-app
WORKDIR $WORKDIR
Expand Down

0 comments on commit 3393db1

Please sign in to comment.