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