Commit d9ccd18a authored by nanahira's avatar nanahira

Initial commit

parents
Pipeline #1895 canceled with stages
FROM debian
RUN apt update && \
apt -y install miniupnpd && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
CMD ["miniupnpd"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment