Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -19,6 +19,8 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
19 |
libx11-6 \
|
20 |
nginx \
|
21 |
vim \
|
|
|
|
|
22 |
build-essential \
|
23 |
libsndfile-dev \
|
24 |
software-properties-common \
|
|
|
19 |
libx11-6 \
|
20 |
nginx \
|
21 |
vim \
|
22 |
+
lsof \
|
23 |
+
telnet \
|
24 |
build-essential \
|
25 |
libsndfile-dev \
|
26 |
software-properties-common \
|