We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dbbaa commit 6abf48bCopy full SHA for 6abf48b
1 file changed
openvoxserver/Containerfile.alpine
@@ -160,7 +160,7 @@ COPY puppetserver /etc/default/puppetserver
160
COPY request-logging.xml /etc/puppetlabs/puppetserver/
161
162
RUN apk update \
163
-&& apk add --no-cache dumb-init alpine-sdk openssh-client openssl libssh2 ruby ruby-dev \
+&& apk add --no-cache dumb-init alpine-sdk openssh-client openssl libssh2 ruby ruby-dev runuser coreutils gcompat \
164
&& 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 \
165
&& apk del --purge alpine-sdk \
166
&& addgroup -g 1001 puppet \
0 commit comments