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