Skip to content

Commit

Permalink
Fix error in install dependencies with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
abedio committed Sep 24, 2024
1 parent 2503e93 commit febbba0
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions docker/7.4-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
nginx \
supervisor \
wget \
nano && \
apt install -y \
nano \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
3 changes: 1 addition & 2 deletions docker/7.4-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
nginx \
supervisor \
wget \
nano && \
apt install -y \
nano \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
2 changes: 0 additions & 2 deletions docker/8.0-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
cron && \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
1 change: 0 additions & 1 deletion docker/8.0-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
2 changes: 0 additions & 2 deletions docker/8.1-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
cron && \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
1 change: 0 additions & 1 deletion docker/8.1-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
1 change: 0 additions & 1 deletion docker/8.2-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
1 change: 0 additions & 1 deletion docker/8.2-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
1 change: 0 additions & 1 deletion docker/8.3-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down
1 change: 0 additions & 1 deletion docker/8.3-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
supervisor \
wget \
nano \
apt install -y \
libgmpxx4ldbl \
libgmp-dev \
libwebp-dev \
Expand Down

0 comments on commit febbba0

Please sign in to comment.