File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN install-php-extensions \
2727 blackfire \
2828 @composer
2929
30- RUN wget -q -O - https://packages.blackfire.io/gpg.key | sudo apt-key add - \
30+ ADD https://packages.blackfire.io/gpg.key /tmp/blackfire.gpg.key
31+ RUN cat /tmp/blackfire.gpg.key | sudo apt-key add - \
3132 && echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sources.list.d/blackfire.list
3233
3334# dev tools separate install so we quickly change without rebuilding all php extensions
@@ -51,11 +52,11 @@ RUN apt update && apt-get install -y --no-install-recommends \
5152 && rm -rf /var/lib/apt/lists/*
5253
5354# Install PHPUnit
54- RUN wget -O /usr/local/bin/phpunit8 https://phar.phpunit.de/phpunit-8 .phar \
55- && chmod +x /usr/local/bin/phpunit8 \
56- && wget -O /usr/local/bin/phpunit9 https://phar.phpunit.de/phpunit-9 .phar \
57- && chmod +x /usr/local/bin/phpunit9 \
58- && ln -s /usr/local/bin/phpunit9 /usr/local/bin/phpunit
55+ RUN wget -O /usr/local/bin/phpunit11 https://phar.phpunit.de/phpunit-11 .phar \
56+ && chmod +x /usr/local/bin/phpunit11 \
57+ && wget -O /usr/local/bin/phpunit12 https://phar.phpunit.de/phpunit-12 .phar \
58+ && chmod +x /usr/local/bin/phpunit12 \
59+ && ln -s /usr/local/bin/phpunit11 /usr/local/bin/phpunit
5960
6061# Install NVM
6162RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
You can’t perform that action at this time.
0 commit comments