Skip to content

Commit 45ec536

Browse files
committed
add terminus secrets manager plugin
1 parent b84202d commit 45ec536

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ RUN echo 'xdebug.log_level = 0' >> /usr/local/etc/php/conf.d/xdebug.ini
3636
RUN sed -i 's/Listen\s*80$/# Listen 80/' /etc/apache2/ports.conf
3737

3838
# 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
39+
RUN curl -L https://github.com/pantheon-systems/terminus/releases/latest/download/terminus.phar --output /usr/local/bin/terminus \
40+
&& chmod +x /usr/local/bin/terminus \
41+
&& terminus self:plugin:install terminus-secrets-manager-plugin
42+
4143

4244
# Install atuin
4345
#

0 commit comments

Comments
 (0)