We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f23cb commit c08bea1Copy full SHA for c08bea1
openvoxserver/Containerfile
@@ -88,7 +88,7 @@ RUN groupadd -g ${OPENVOX_USER_GID} puppet && \
88
chmod +x /docker-entrypoint.sh /healthcheck.sh /docker-entrypoint.d/*.sh && \
89
apt-get update && \
90
apt-get upgrade -y && \
91
- apt-get install -y $PACKAGES openvox-server=${OPENVOXSERVER_VERSION}-1+ubuntu${UBUNTU_VERSION} && \
+ apt-get install -y $PACKAGES openvox-server=${OPENVOXSERVER_VERSION}-* && \
92
apt-get autoremove -y && \
93
apt-get clean && \
94
rm -rf /var/lib/apt/lists/* && \
0 commit comments