it doesnt work

This commit is contained in:
Malte Jürgens
2022-07-13 22:00:30 +02:00
parent c4727f0466
commit c4c32b1615
4 changed files with 68 additions and 6 deletions

4
scripts/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:jammy
ADD ./prepare-container.sh /tmp/prepare-container.sh
RUN /tmp/prepare-container.sh
WORKDIR /work