Skip to content

Commit c08bea1

Browse files
rwaffenekohl
andauthored
Update openvoxserver/Containerfile
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
1 parent e5f23cb commit c08bea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvoxserver/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN groupadd -g ${OPENVOX_USER_GID} puppet && \
8888
chmod +x /docker-entrypoint.sh /healthcheck.sh /docker-entrypoint.d/*.sh && \
8989
apt-get update && \
9090
apt-get upgrade -y && \
91-
apt-get install -y $PACKAGES openvox-server=${OPENVOXSERVER_VERSION}-1+ubuntu${UBUNTU_VERSION} && \
91+
apt-get install -y $PACKAGES openvox-server=${OPENVOXSERVER_VERSION}-* && \
9292
apt-get autoremove -y && \
9393
apt-get clean && \
9494
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)