Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
developeranaz authored Aug 13, 2022
1 parent eb26fb4 commit f6118d6
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,6 +1,6 @@
FROM ubuntu:latest
RUN apt update -y
RUN apt install unzip curl -y
RUN apt install unzip curl wget -y
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
CMD /entrypoint.sh

0 comments on commit f6118d6

Please sign in to comment.