6 lines
72 B
Docker
6 lines
72 B
Docker
|
FROM ubuntu:jammy
|
||
|
|
||
|
# install it
|
||
|
ADD resources /tmp/
|
||
|
RUN /tmp/install.sh
|