We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84202d commit 45ec536Copy full SHA for 45ec536
1 file changed
Dockerfile
@@ -36,8 +36,10 @@ RUN echo 'xdebug.log_level = 0' >> /usr/local/etc/php/conf.d/xdebug.ini
36
RUN sed -i 's/Listen\s*80$/# Listen 80/' /etc/apache2/ports.conf
37
38
# Install terminus
39
-RUN curl -L https://github.com/pantheon-systems/terminus/releases/latest/download/terminus.phar --output /usr/local/bin/terminus
40
-RUN chmod +x /usr/local/bin/terminus
+RUN curl -L https://github.com/pantheon-systems/terminus/releases/latest/download/terminus.phar --output /usr/local/bin/terminus \
+ && chmod +x /usr/local/bin/terminus \
41
+ && terminus self:plugin:install terminus-secrets-manager-plugin
42
+
43
44
# Install atuin
45
#
0 commit comments