Skip to content

Commit

Permalink
fix: Fix that apt get did not update the package list.
Browse files Browse the repository at this point in the history
  • Loading branch information
LamGC committed Nov 27, 2024
1 parent ee9358a commit 90ba90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.1-apache

RUN apt install -y php-intl php-gettext php-openssl php-filter php-tokenizer php-pdo \
RUN apt update && apt install -y php-intl php-gettext php-openssl php-filter php-tokenizer php-pdo \
php-mysqlnd php-pgsql php-sqlite3

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down

0 comments on commit 90ba90b

Please sign in to comment.