From c44352e033714595ed2a105ab71d78f54e631652 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 11 Aug 2022 09:57:16 -0400 Subject: [PATCH] Fixed new line symbol --- Dockerfiles/web-service/rhel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/web-service/rhel/Dockerfile b/Dockerfiles/web-service/rhel/Dockerfile index bad00db66..4c97e64d4 100644 --- a/Dockerfiles/web-service/rhel/Dockerfile +++ b/Dockerfiles/web-service/rhel/Dockerfile @@ -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" \