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.
1 parent f5c0927 commit bac4f1dCopy full SHA for bac4f1d
Dockerfile
@@ -32,7 +32,6 @@ RUN set -ex \
32
done \
33
&& update-alternatives --set php /usr/bin/php${DEFAULT_PHP_VERSION} \
34
# cleanup
35
- && rm -f vault_${VAULT_VERSION}_linux_amd64.zip \
36
&& apt-get remove software-properties-common unzip -y \
37
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
38
&& { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; } \
@@ -48,8 +47,7 @@ RUN set -ex \
48
47
&& for v in $PHP_BINARIES_TO_PREINSTALL; do \
49
php"$v" -v; \
50
51
- && php -v \
52
- && vault -v;
+ && php -v;
53
54
COPY entrypoint.sh main.sh /usr/local/bin/
55
0 commit comments