mirror of
https://github.com/Yannick7777/codeigniter-setup-script.git
synced 2025-06-25 21:55:33 +02:00
fix Dockerfile
This commit is contained in:
parent
384233895b
commit
89d9c5bcb3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN apt-get update \
|
|||
RUN apt-get update \
|
||||
&& apt-get install -y "$(cat add_pkgs | head -n 1)" || true \
|
||||
&& docker-php-ext-install "$(cat install_ext | head -n 1)" || true \
|
||||
&& docker-php-ext-enable "$(cat enable_ext | head -n 0)" || true \
|
||||
&& docker-php-ext-enable "$(cat enable_ext | head -n 1)" || true \
|
||||
&& apt-get autoclean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue