Fix Dockerfile: Remove 'code' package to resolve build error
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 32 |
libreoffice \
|
| 33 |
thunar \
|
| 34 |
mousepad \
|
| 35 |
-
|
| 36 |
# System utilities
|
| 37 |
wget \
|
| 38 |
curl \
|
|
|
|
| 32 |
libreoffice \
|
| 33 |
thunar \
|
| 34 |
mousepad \
|
| 35 |
+
mousepad \
|
| 36 |
# System utilities
|
| 37 |
wget \
|
| 38 |
curl \
|