Commit 61e3c7a6 authored by nanahira's avatar nanahira

fix

parent 4f22f134
Pipeline #1594 passed with stages
in 4 minutes and 48 seconds
FROM debian:unstable-slim FROM debian:unstable-slim
RUN apt update && \ RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install bird2 && \ env DEBIAN_FRONTEND=noninteractive apt -y install bird2 && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
mkdir /run/bird
ENTRYPOINT [ "/usr/sbin/bird" ] ENTRYPOINT [ "/usr/sbin/bird" ]
CMD [ "-f", "-u", "root", "-g", "root", "-c", "/etc/bird/bird.conf" ] CMD [ "-f", "-u", "root", "-g", "root", "-c", "/etc/bird/bird.conf" ]
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