Skip to content

Commit

Permalink
add sqlite3;
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerg authored Jul 4, 2024
1 parent 2d7daa2 commit 45ddbb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get install -y nano
RUN apt-get install -y wget
RUN apt-get install -y nginx
RUN apt-get install -y git
RUN apt-get install -y sqlite3

# Composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Expand Down

0 comments on commit 45ddbb1

Please sign in to comment.