jgwill commited on
Commit
7a5b144
·
1 Parent(s): a0c9438

apt:install

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM guillaumeai/ast:ap2404_v1-105ik
2
 
3
- # RUN apt update
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