Docker: fix dockerfile parse error line 558: unknown instruction: FI

This commit is contained in:
Christian Poessinger 2022-06-09 21:14:00 +02:00
parent 5ec2f287d4
commit d0bb0983f5

View File

@ -554,7 +554,7 @@ RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
libmongoc-dev \
libncurses5-dev \
libpcap-dev \
pkg-config
pkg-config; \
fi
#