Spaces:
Sleeping
Sleeping
Raymond Weitekamp
commited on
Commit
·
f4101fd
1
Parent(s):
ad1e9b4
Remove unnecessary netcat package
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 13 |
libxrender1 \
|
| 14 |
nginx \
|
| 15 |
curl \
|
| 16 |
-
netcat-traditional \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
# Create matplotlib config directory with proper permissions
|
|
|
|
| 13 |
libxrender1 \
|
| 14 |
nginx \
|
| 15 |
curl \
|
|
|
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
# Create matplotlib config directory with proper permissions
|