Raymond Weitekamp commited on
Commit
ad1e9b4
·
1 Parent(s): 84beecb

Fix netcat package name in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  libxrender1 \
14
  nginx \
15
  curl \
16
- netcat \
17
  && rm -rf /var/lib/apt/lists/*
18
 
19
  # Create matplotlib config directory with proper permissions
 
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