mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-01 07:08:55 +02:00
6 lines
152 B
Plaintext
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 |