Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 22, 2024
1 parent 7f6f571 commit 4670a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM php:8.0.5-fpm-alpine
# Set working directory to /var/www/html
WORKDIR /var/www/html

# Update packages
RUN apk update && apk upgrade

# Install SQLite3 and its dependencies
RUN apk add --no-cache sqlite-dev \
&& docker-php-ext-install pdo pdo_sqlite \
Expand Down

0 comments on commit 4670a55

Please sign in to comment.