diff --git a/Dockerfile b/Dockerfile index c4ef62c..021a147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,6 @@ FROM php:8.4-fpm ENV TZ=America/Santiago -# http://deb.debian.org/debian bookworm InRelease - # => => # Ign:2 http://deb.debian.org/debian bookworm-updates InRelease - # => => # Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease - RUN apt-get update && apt-get install -y --no-install-recommends libzip-dev libicu-dev git \ libpng-dev unzip tzdata libxml2-dev \ && rm -r /var/lib/apt/lists/* \ diff --git a/docker-compose.yml b/docker-compose.yml index 7b02b6a..8223f8e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: profiles: - app build: . + image: php:incoviba container_name: incoviba_web restart: unless-stopped env_file: diff --git a/php.tar b/php.tar new file mode 100644 index 0000000..ef57414 Binary files /dev/null and b/php.tar differ