Update Dockerfile
Browse files- Dockerfile +19 -0
Dockerfile
CHANGED
|
@@ -24,6 +24,25 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
| 24 |
build-essential \
|
| 25 |
libsndfile-dev \
|
| 26 |
software-properties-common \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
|
|
| 24 |
build-essential \
|
| 25 |
libsndfile-dev \
|
| 26 |
software-properties-common \
|
| 27 |
+
libssl-dev \
|
| 28 |
+
libcairo2-dev \
|
| 29 |
+
libpango1.0-dev \
|
| 30 |
+
libjpeg-dev \
|
| 31 |
+
libgif-dev \
|
| 32 |
+
librsvg2-dev \
|
| 33 |
+
libnss3 \
|
| 34 |
+
libdbus-1-3 \
|
| 35 |
+
libatk1.0-0 \
|
| 36 |
+
libatk-bridge2.0-0 \
|
| 37 |
+
libcups2 \
|
| 38 |
+
libxkbcommon0 \
|
| 39 |
+
libxcomposite1 \
|
| 40 |
+
libxdamage1 \
|
| 41 |
+
libsqlite3-dev \
|
| 42 |
+
libx11-xcb1 libxtst6 libxrandr2 libasound2 libpangocairo-1.0-0 libcups2 libnss3 \
|
| 43 |
+
libxss1 libxcomposite1 libxdamage1 libxshmfence1 libegl1 libgbm1 libatk-bridge2.0-0 \
|
| 44 |
+
libatk1.0-0 libgtk-3-0 libxfixes3 libxi6 libsndfile-dev fonts-liberation fonts-liberation lsb-release xdg-utils \
|
| 45 |
+
libatomic1 \
|
| 46 |
&& rm -rf /var/lib/apt/lists/*
|
| 47 |
|
| 48 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|