Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,9 @@ RUN apt-get update && \
|
|
| 13 |
default-jdk \
|
| 14 |
default-jre \
|
| 15 |
g++ \
|
| 16 |
-
gcc
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# Install code-server
|
| 19 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
|
|
|
| 13 |
default-jdk \
|
| 14 |
default-jre \
|
| 15 |
g++ \
|
| 16 |
+
gcc \
|
| 17 |
+
libzbar0 \
|
| 18 |
+
fish
|
| 19 |
|
| 20 |
# Install code-server
|
| 21 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|