2023-09-19 11:56:15 +02:00

6 lines
152 B
Plaintext

FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install -y dh-make debhelper build-essential
RUN mkdir /root/pandora_gotty
WORKDIR /root/pandora_gotty