Spaces:
Sleeping
Sleeping
hf4all
commited on
Commit
•
56d933a
1
Parent(s):
15e7423
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -33,8 +33,8 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
33 |
xvfb \
|
34 |
dumb-init \
|
35 |
procps \
|
36 |
-
xauth
|
37 |
-
|
38 |
|
39 |
ARG BUILD_DATE
|
40 |
ARG VERSION
|
|
|
33 |
xvfb \
|
34 |
dumb-init \
|
35 |
procps \
|
36 |
+
xauth \
|
37 |
+
&& rm -rf /var/lib/apt/lists/*
|
38 |
|
39 |
ARG BUILD_DATE
|
40 |
ARG VERSION
|