Unsterile commited on
Commit
b85556f
1 Parent(s): ce6edf6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
8
  RUN rm -f /etc/apt/sources.list.d/*.list && \
9
  apt-get update && apt-get install -y --no-install-recommends \
10
  curl \
 
11
  ca-certificates \
12
  sudo \
13
  git \
@@ -20,6 +21,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
20
  build-essential \
21
  libsndfile-dev \
22
  software-properties-common \
 
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
  RUN add-apt-repository ppa:flexiondotorg/nvtop && \
 
8
  RUN rm -f /etc/apt/sources.list.d/*.list && \
9
  apt-get update && apt-get install -y --no-install-recommends \
10
  curl \
11
+ wget \
12
  ca-certificates \
13
  sudo \
14
  git \
 
21
  build-essential \
22
  libsndfile-dev \
23
  software-properties-common \
24
+ openssh-client \
25
  && rm -rf /var/lib/apt/lists/*
26
 
27
  RUN add-apt-repository ppa:flexiondotorg/nvtop && \