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
|