Remove keepalived_script script user, to run scripts with root user

This commit is contained in:
Bertrand Gouny
2017-08-15 17:14:39 +02:00
parent 94c66d7319
commit ae2cfe0ec4
3 changed files with 1 additions and 3 deletions
-2
View File
@@ -6,8 +6,6 @@ MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
# Keepalived version
ARG KEEPALIVED_VERSION=1.3.6
RUN addgroup -S keepalived_script && adduser -D -S -G keepalived_script keepalived_script
# Download, build and install Keepalived
RUN apk --no-cache add \
curl \