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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,8 +25,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
25
  libu2f-udev \
26
  libvulkan1 \
27
  fontconfig \
28
- curl \ # Instalamos curl para asegurarnos de que esté disponible
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
+ 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 && \