Commit 05eba076 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update Dockerfile

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