Spaces:
Sleeping
Sleeping
apt:install
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM guillaumeai/ast:ap2404_v1-105ik
|
2 |
|
3 |
-
|
4 |
# RUN apt upgrade -y
|
5 |
|
6 |
RUN pip install -U pip
|
|
|
1 |
FROM guillaumeai/ast:ap2404_v1-105ik
|
2 |
|
3 |
+
RUN apt update && apt install sudo imagemagick -y
|
4 |
# RUN apt upgrade -y
|
5 |
|
6 |
RUN pip install -U pip
|