Skip to content

Commit

Permalink
add bash-completion lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Dec 9, 2024
1 parent 591df7c commit b6fe2e6
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 82 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Added `xhprof` extension to PHP 7.4-8.4 images.
* Added `imagick` extension to PHP 8.3 images.
* Updated `sqlite3` to 3.45.1 in PHP 8.3-8.4 images.
* Added `bash-completion` library to PHP 7.4-8.4 images.

## v1.6.3 - [December 7, 2024](https://github.com/lando/php/releases/tag/v1.6.3)

Expand Down
1 change: 1 addition & 0 deletions images/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN \

RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
bash-completion \
default-mysql-client \
exiftool \
git-core \
Expand Down
25 changes: 13 additions & 12 deletions images/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ RUN \

RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
libonig-dev \
mariadb-client \
openssl \
postgresql-client-13 \
pv \
rsync \
ssh \
unzip \
bash-completion \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
libonig-dev \
mariadb-client \
openssl \
postgresql-client-13 \
pv \
rsync \
ssh \
unzip \
wget \
xfonts-75dpi \
xfonts-base
Expand Down
1 change: 1 addition & 0 deletions images/8.0-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN \

RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
bash-completion \
default-mysql-client \
exiftool \
git-core \
Expand Down
1 change: 1 addition & 0 deletions images/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN \

RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
bash-completion \
default-mysql-client \
exiftool \
git-core \
Expand Down
25 changes: 13 additions & 12 deletions images/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget
bash-completion \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget

RUN \
install-php-extensions @fix_letsencrypt \
Expand Down
25 changes: 13 additions & 12 deletions images/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget
bash-completion \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget

RUN \
install-php-extensions @fix_letsencrypt \
Expand Down
25 changes: 13 additions & 12 deletions images/8.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget
bash-completion \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget

RUN \
install-php-extensions @fix_letsencrypt \
Expand Down
25 changes: 13 additions & 12 deletions images/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget
bash-completion \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget

RUN \
install-php-extensions @fix_letsencrypt \
Expand Down
21 changes: 11 additions & 10 deletions images/8.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
bash-completion \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget

RUN \
Expand Down
25 changes: 13 additions & 12 deletions images/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget
bash-completion \
default-mysql-client \
exiftool \
git-core \
gnupg2 \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
ssh \
unzip \
wget

RUN \
install-php-extensions @fix_letsencrypt \
Expand Down
1 change: 1 addition & 0 deletions images/8.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
bash-completion \
default-mysql-client \
exiftool \
git-core \
Expand Down
1 change: 1 addition & 0 deletions images/8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN \
RUN \
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
&& apt -y update && apt-get install -y \
bash-completion \
bzip2 \
default-mysql-client \
exiftool \
Expand Down

0 comments on commit b6fe2e6

Please sign in to comment.