3 lines
80 B
Docker
3 lines
80 B
Docker
FROM debian:trixie
|
|
ADD setup_stuff.sh /opt/
|
|
RUN /bin/bash /opt/setup_stuff.sh
|