Uhhy commited on
Commit
87caa64
·
verified ·
1 Parent(s): 24dc468

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -25,8 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
25
  libu2f-udev \
26
  libvulkan1 \
27
  fontconfig \
28
- curl \
29
- rm -rf /var/lib/apt/lists/*
30
 
31
  # Install Google Chrome
32
  RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
 
25
  libu2f-udev \
26
  libvulkan1 \
27
  fontconfig \
28
+ curl
 
29
 
30
  # Install Google Chrome
31
  RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \