Fixed new line symbol

This commit is contained in:
Alexey Pustovalov 2022-08-11 09:57:16 -04:00
parent 8fb536c602
commit c44352e033

View File

@ -15,7 +15,7 @@ ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm \
ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \
PATH=/usr/lib64/chromium-browser:$PATH \
PATH=/usr/lib64/chromium-browser:$PATH
LABEL description="Zabbix web service for performing various tasks using headless web browser" \
maintainer="alexey.pustovalov@zabbix.com" \