Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sinegar authored Jul 16, 2022
1 parent 4a6d98a commit 9c9a5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN chmod +x /bin/systemctl \
&& apt-get update -qq \
&& apt-get install -qq --no-install-recommends -y unattended-upgrades ca-certificates wget gnupg1 gettext-base \
&& wget -O- http://downloads.3cx.com/downloads/3cxpbx/public.key | apt-key add - \
&& echo "deb http://repo.3cx.com/debian $DEBIAN_VERSION main" | tee /etc/apt/sources.list.d/3cxpbx.list
&& echo "deb http://repo.3cx.com/3cx $DEBIAN_VERSION main" | tee /etc/apt/sources.list.d/3cxpbx.list
RUN apt-get update -qq \
&& apt-get upgrade -qq \
&& apt-get install -qq -y --no-install-recommends 3cxpbx=$PACKAGE_VERSION \
Expand Down

0 comments on commit 9c9a5dc

Please sign in to comment.