Skip to content

Commit

Permalink
debugging install sys deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phummelen committed Dec 24, 2024
1 parent 2c058ae commit 4b19567
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployment/web-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ RUN apk add --no-cache \
git \
zip \
unzip \
redis-tools \
default-mysql-client \
#redis-tools \
#default-mysql-client \
libpng-dev \
libonig-dev \
#libonig-dev \
libxml2-dev \
libzip-dev \
libwebp-dev \
#libjpeg \
libjpeg62-turbo-dev \
libfreetype6-dev \
libjpeg-dev \
#libjpeg62-turbo-dev \
#libfreetype6-dev \
libxpm-dev

# Clear cache
Expand Down

0 comments on commit 4b19567

Please sign in to comment.