3 lines
115 B
Docker
3 lines
115 B
Docker
|
FROM {{ item.image }}
|
||
|
RUN /bin/sh -c 'apt-get update && apt-get upgrade -y && apt-get install -y python sudo bash'
|