Spaces:
Paused
Paused
blenders
commited on
Commit
·
a14be78
1
Parent(s):
913eba3
ghhh
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN set -eux; \
|
|
| 28 |
# prepare apt trusted key location
|
| 29 |
apt-get update; \
|
| 30 |
# Install playit, telling dpkg to accept default config answers if asked
|
| 31 |
-
apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" playit; \
|
| 32 |
# cleanup apt caches
|
| 33 |
apt-get clean; \
|
| 34 |
rm -rf /var/lib/apt/lists/* /tmp/*
|
|
|
|
| 28 |
# prepare apt trusted key location
|
| 29 |
apt-get update; \
|
| 30 |
# Install playit, telling dpkg to accept default config answers if asked
|
| 31 |
+
#apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" playit; \
|
| 32 |
# cleanup apt caches
|
| 33 |
apt-get clean; \
|
| 34 |
rm -rf /var/lib/apt/lists/* /tmp/*
|