Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alihardan committed Jun 14, 2024
1 parent b46eeaa commit 85debda
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
Expand Up @@ -4,7 +4,7 @@ ENV WEB_DOCUMENT_ROOT=/app/public
# Use the default production configuration
# RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

RUN apt-get --allow-insecure-repositories update && apt-get --allow-insecure-repositories install -y mariadb-client
RUN apt-get --allow-insecure-repositories update && apt-get install -y mariadb-client
RUN apt clean && rm -rf /var/lib/apt/lists/*

WORKDIR /app
Expand Down

0 comments on commit 85debda

Please sign in to comment.