Skip to content

Commit 2746115

Browse files
committed
add less
1 parent 1d51cb0 commit 2746115

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

php-8.0/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ COPY docker-entrypoint.sh /usr/local/bin/
109109
### ADD CUSTOM EXTENSIONS ###
110110
#############################
111111

112+
RUN set -eux; \
113+
apt-get update; \
114+
apt-get install less;
115+
112116
# Install the xDebug PHP excension
113117
# RUN pecl install xdebug \
114118
# && docker-php-ext-enable xdebug \

0 commit comments

Comments
 (0)