Commit 923331bc authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update Dockerfile

parent cdb17e05
Pipeline #1487 passed with stages
in 4 minutes and 58 seconds
FROM debian:bullseye-slim FROM debian:bullseye-slim
RUN apt update && \ RUN apt update && \
apt -y install ocserv && \ apt -y install ocserv iproute2 iptables && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
CMD ["/usr/sbin/ocserv" ,"-f"] CMD ["/usr/sbin/ocserv" ,"-f"]
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