nothere990 commited on
Commit
1d5106e
·
1 Parent(s): bccd12c

update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,8 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
  libxcb-dri3-0 \
14
  libdrm2 \
15
  libgbm1 \
16
- libasound2 \
17
- apt-get clean \
18
  && rm -rf /var/lib/apt/lists/*
19
 
20
  # Install Chrome
 
13
  libxcb-dri3-0 \
14
  libdrm2 \
15
  libgbm1 \
16
+ libasound2 && \
17
+ apt-get clean && \
18
  && rm -rf /var/lib/apt/lists/*
19
 
20
  # Install Chrome