Skip to content

Commit

Permalink
feat: add tini
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Apr 12, 2022
1 parent 069bea8 commit b5856bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -8,6 +8,7 @@ RUN set -eux \
curl \
gnupg \
lsb-release \
tini \
&& rm -rf /var/lib/apt/lists/* /var/log/*

RUN set -eux \
Expand All @@ -23,6 +24,8 @@ RUN set -eux \
&& mkdir -p /var/run/frr \
&& chown -R frr:frr /var/run/frr

ENTRYPOINT ["/usr/bin/tini", "--"]

EXPOSE 179/tcp

COPY docker-start.sh /usr/lib/frr/docker-start.sh
Expand Down

0 comments on commit b5856bb

Please sign in to comment.