Skip to content

Commit c1fd089

Browse files
authored
Disable layer cache
1 parent bf5701a commit c1fd089

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ RUN apk update && apk add --no-cache wget git unzip make
1212

1313
RUN echo "phar.readonly=0" > /usr/local/etc/php/conf.d/phar.ini && \
1414
mv /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini && \
15-
make clean && make
15+
make clean && make && \
16+
echo $(date +%s)
1617

1718
FROM php:8.3.4-cli-alpine
1819

0 commit comments

Comments
 (0)