xwwww commited on
Commit
95ea040
·
1 Parent(s): d71babe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM ubuntu:22.04
4
  RUN apt-get update && \
5
  apt-get install -y sudo && \
6
  apt-get install -y coreutils && \
 
7
  apt-get install -y curl python3 python3-pip openssh-server && \
8
  rm -rf /var/lib/apt/lists/*
9
 
 
4
  RUN apt-get update && \
5
  apt-get install -y sudo && \
6
  apt-get install -y coreutils && \
7
+ apt-get -y install wget && \
8
  apt-get install -y curl python3 python3-pip openssh-server && \
9
  rm -rf /var/lib/apt/lists/*
10