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.
2 parents 874af7f + af95c59 commit 07b41dbCopy full SHA for 07b41db
Dockerfile
@@ -76,7 +76,7 @@ RUN chmod ug=rwx,o=rx /vanillapp/conf/config.php
76
77
# Tideways
78
RUN apt-get update && apt-get install -yq --no-install-recommends gnupg2;
79
-RUN echo 'deb https://packages.tideways.com/apt-packages debian main' > /etc/apt/sources.list.d/tideways.list && \
+RUN echo 'deb https://packages.tideways.com/apt-packages-main any-version main' > /etc/apt/sources.list.d/tideways.list && \
80
curl -L -sS 'https://packages.tideways.com/key.gpg' | apt-key add - && \
81
apt-get update && \
82
DEBIAN_FRONTEND=noninteractive apt-get -yq install tideways-php tideways-daemon && \
0 commit comments