Exa-Networks / exabgp

The BGP swiss army knife of networking
Other
2.06k stars 441 forks source link

Minor fix to make docker build work #1133

Closed paddy01 closed 1 year ago

paddy01 commented 1 year ago

docker build failed due to error in Dockerfile.remote - fixed.

thomas-mangin commented 1 year ago

COPY was not supported by Podman last time I checked, hence the RUN echo syntax.

thomas-mangin commented 1 year ago

Thank you @paddy01 - if it fixes your problem, please feel free to close the issue/PR.

paddy01 commented 1 year ago

Have to reopen this as it doesn't work in a raw docker build .. it does work under docker compose build tho which is odd. -- I'll remake it to use echo for both instead to make it compliant, sorry!

paddy01 commented 1 year ago

This should do it.