Skip to content

Commit

Permalink
Install sqlite from edge repository, closes #194
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed May 6, 2024
1 parent 751b43b commit f602331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ RUN set -xe; \
postgresql-client \
rabbitmq-c \
rsync \
sqlite \
ssmtp \
su-exec \
sudo \
Expand All @@ -108,6 +107,8 @@ RUN set -xe; \
wget \
yaml; \
\
apk add sqlite --update --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main; \

This comment has been minimized.

Copy link
@andypost

andypost May 6, 2024

you can use 3.20 instead to prevent bleeding-edge issues https://dl-cdn.alpinelinux.org/alpine/v3.20/main/

\
if [[ -n "${PHP_DEV}" ]]; then \
apk add --update --no-cache -t .wodby-php-dev-run-deps yarn; \
fi; \
Expand Down

0 comments on commit f602331

Please sign in to comment.