Merge pull request #16143 from eremcan/patch-1

docker: fix chmod issues when running container for debian
This commit is contained in:
Donatas Abraitis 2024-06-07 10:49:55 +03:00 committed by GitHub
commit 0cbe6dfc08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,5 +24,5 @@ RUN chown -R frr:frr /etc/frr /var/run/frr
ENTRYPOINT ["/usr/bin/tini", "--"]
# Default CMD starts watchfrr
COPY docker-start /usr/lib/frr/docker-start
COPY --chmod=0755 docker-start /usr/lib/frr/docker-start
CMD ["/usr/lib/frr/docker-start"]