Commit 8f2dfc72 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update Dockerfile

parent 61e0307e
Pipeline #1798 passed with stages
in 4 minutes and 49 seconds
FROM debian:bullseye-slim
RUN apt update && apt -y --no-install-recommends install \
openconnect ca-certificates iproute2 iptables ipset openbsd-netcat && \
openconnect ca-certificates iproute2 iptables ipset netcat-openbsd && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
CMD ["openconnect"]
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