Commit e3ab84fd authored by 神楽坂玲奈's avatar 神楽坂玲奈

gentoo

parent e45c3292
Pipeline #1898 failed with stages
in 4 minutes and 48 seconds
FROM debian FROM gentoo/portage:latest as portage
FROM gentoo/stage3:latest
RUN apt update && \ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
apt -y install miniupnpd && \ RUN emerge -qv net-misc/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