Skip to content

Commit 3e0df5b

Browse files
committed
Removing Prestissimo
1 parent 188509f commit 3e0df5b

11 files changed

Lines changed: 11 additions & 22 deletions

File tree

7.1-prod/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ RUN adduser -D -u 1337 kool \
6363
&& cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
6464
# composer
6565
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
66-
&& su-exec kool composer global require hirak/prestissimo \
6766
# cleanup
6867
&& apk del .build-deps \
69-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
68+
&& rm -rf /var/cache/apk/* /tmp/*
7069

7170
COPY kool.ini /kool/kool.tmpl
7271
COPY zz-docker.conf /kool/zz-docker.tmpl

7.1/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ RUN adduser -D -u 1337 kool \
6565
&& cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
6666
# composer
6767
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
68-
&& su-exec kool composer global require hirak/prestissimo \
6968
# cleanup
7069
&& apk del .build-deps \
71-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
70+
&& rm -rf /var/cache/apk/* /tmp/*
7271

7372
COPY kool.ini /kool/kool.tmpl
7473
COPY zz-docker.conf /kool/zz-docker.tmpl

7.2-prod/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ RUN adduser -D -u 1337 kool \
6363
&& cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
6464
# composer
6565
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
66-
&& su-exec kool composer global require hirak/prestissimo \
6766
# cleanup
6867
&& apk del .build-deps \
69-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
68+
&& rm -rf /var/cache/apk/* /tmp/*
7069

7170
COPY kool.ini /kool/kool.tmpl
7271
COPY zz-docker.conf /kool/zz-docker.tmpl

7.2/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ RUN adduser -D -u 1337 kool \
6565
&& cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
6666
# composer
6767
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
68-
&& su-exec kool composer global require hirak/prestissimo \
6968
# cleanup
7069
&& apk del .build-deps \
71-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
70+
&& rm -rf /var/cache/apk/* /tmp/*
7271

7372
COPY kool.ini /kool/kool.tmpl
7473
COPY zz-docker.conf /kool/zz-docker.tmpl

7.3-prod/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ RUN adduser -D -u 1337 kool \
6363
&& cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
6464
# composer
6565
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
66-
&& su-exec kool composer global require hirak/prestissimo \
6766
# cleanup
6867
&& apk del .build-deps \
69-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
68+
&& rm -rf /var/cache/apk/* /tmp/*
7069

7170
COPY kool.ini /kool/kool.tmpl
7271
COPY zz-docker.conf /kool/zz-docker.tmpl

7.3/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ RUN adduser -D -u 1337 kool \
6565
&& cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
6666
# composer
6767
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
68-
&& su-exec kool composer global require hirak/prestissimo \
6968
# cleanup
7069
&& apk del .build-deps \
71-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
70+
&& rm -rf /var/cache/apk/* /tmp/*
7271

7372
COPY kool.ini /kool/kool.tmpl
7473
COPY zz-docker.conf /kool/zz-docker.tmpl

7.4-prod/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ RUN adduser -D -u 1337 kool \
6060
&& cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
6161
# composer
6262
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
63-
&& su-exec kool composer global require hirak/prestissimo \
6463
# cleanup
6564
&& apk del .build-deps \
66-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
65+
&& rm -rf /var/cache/apk/* /tmp/*
6766

6867
COPY kool.ini /kool/kool.tmpl
6968
COPY zz-docker.conf /kool/zz-docker.tmpl

7.4/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ RUN adduser -D -u 1337 kool \
6262
&& cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
6363
# composer
6464
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
65-
&& su-exec kool composer global require hirak/prestissimo \
6665
# cleanup
6766
&& apk del .build-deps \
68-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
67+
&& rm -rf /var/cache/apk/* /tmp/*
6968

7069
COPY kool.ini /kool/kool.tmpl
7170
COPY zz-docker.conf /kool/zz-docker.tmpl

8.0-prod/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ RUN adduser -D -u 1337 kool \
6060
&& cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
6161
# composer
6262
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
63-
&& su-exec kool composer global require hirak/prestissimo \
6463
# cleanup
6564
&& apk del .build-deps \
66-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
65+
&& rm -rf /var/cache/apk/* /tmp/*
6766

6867
COPY kool.ini /kool/kool.tmpl
6968
COPY zz-docker.conf /kool/zz-docker.tmpl

8.0/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ RUN adduser -D -u 1337 kool \
6262
&& cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
6363
# composer
6464
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
65-
&& su-exec kool composer global require hirak/prestissimo \
6665
# cleanup
6766
&& apk del .build-deps \
68-
&& rm -rf /var/cache/apk/* /tmp/* /home/kool/.composer/cache
67+
&& rm -rf /var/cache/apk/* /tmp/*
6968

7069
COPY kool.ini /kool/kool.tmpl
7170
COPY zz-docker.conf /kool/zz-docker.tmpl

0 commit comments

Comments
 (0)