salveamicus commited on
Commit
16c9dae
1 Parent(s): c55ecde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:latest
2
  VOLUME /app/webui
3
  WORKDIR /app/webui
4
  RUN apt-get update
5
- RUN apt-get install -y vim python3 libgoogle-perftools4 \
6
  libtcmalloc-minimal4 git python3-pip ffmpeg libsm6 libxext6 \
7
  && adduser webui-user
8
  RUN pip install --no-cache-dir --upgrade pip \
 
2
  VOLUME /app/webui
3
  WORKDIR /app/webui
4
  RUN apt-get update
5
+ RUN apt-get install -y python3 libgoogle-perftools4 \
6
  libtcmalloc-minimal4 git python3-pip ffmpeg libsm6 libxext6 \
7
  && adduser webui-user
8
  RUN pip install --no-cache-dir --upgrade pip \