shell/Dockerfile

9 lines
289 B
Docker

# focal 2020.01 dev
FROM ubuntu@sha256:d050ed7278c16ff627e4a70d7d353f1a2ec74d8a0b66e5a865356d92f5f6d87b
ADD ./sources.list /etc/apt/sources.list
COPY https://sneak.cloud/authorized_keys /root/.ssh/authorized_keys
RUN apt update && apt -y upgrade && apt -y install runit build-essential