8 lines
No EOL
170 B
Docker
8 lines
No EOL
170 B
Docker
FROM git.zontreck.com/packages/debian:build
|
|
|
|
ENV HOME /root
|
|
|
|
RUN apt-get update && apt-get upgrade -y
|
|
RUN apt-get install -y docker-compose curl moreutils bash
|
|
|
|
USER root |