Azeez98 commited on
Commit
e70bfb6
·
verified ·
1 Parent(s): 28f9432

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # Install necessary packages and configure the timezone non-interactively
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 \