pandorafms/extras/pandora_gotty/Dockerfile-deb

6 lines
152 B
Plaintext
Raw Normal View History

2023-09-19 11:56:15 +02:00
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