Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -3,8 +3,8 @@ FROM ubuntu:20.04
|
|
3 |
# Set the DEBIAN_FRONTEND to noninteractive to avoid interactive prompts during package installation
|
4 |
ENV DEBIAN_FRONTEND=noninteractive
|
5 |
|
6 |
-
#
|
7 |
-
RUN apt-get update && apt-get install -y \
|
8 |
tzdata \
|
9 |
x11vnc \
|
10 |
xvfb \
|
|
|
3 |
# Set the DEBIAN_FRONTEND to noninteractive to avoid interactive prompts during package installation
|
4 |
ENV DEBIAN_FRONTEND=noninteractive
|
5 |
|
6 |
+
# Update package lists and install necessary packages, with --fix-missing option
|
7 |
+
RUN apt-get update && apt-get install -y --fix-missing \
|
8 |
tzdata \
|
9 |
x11vnc \
|
10 |
xvfb \
|