Update Dockerfile
Browse files- 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
|
| 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 \
|