Skip to content

Commit 6abf48b

Browse files
committed
fix: add missing dependencies for openvoxserver installation
1 parent f3dbbaa commit 6abf48b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openvoxserver/Containerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ COPY puppetserver /etc/default/puppetserver
160160
COPY request-logging.xml /etc/puppetlabs/puppetserver/
161161

162162
RUN apk update \
163-
&& apk add --no-cache dumb-init alpine-sdk openssh-client openssl libssh2 ruby ruby-dev \
163+
&& apk add --no-cache dumb-init alpine-sdk openssh-client openssl libssh2 ruby ruby-dev runuser coreutils gcompat \
164164
&& gem install --no-document openvox:8.21.1 syslog hocon:1.4.0 racc:1.8.1 r10k:${R10K_VERSION} hiera-eyaml:4.3.0 openvoxserver-ca:3.0.0 \
165165
&& apk del --purge alpine-sdk \
166166
&& addgroup -g 1001 puppet \

0 commit comments

Comments
 (0)