Skip to content

Commit

Permalink
Fixed i386, fixed aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed Feb 26, 2023
1 parent ebc3e47 commit 26d0868
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN \
evtest \
php8 \
php8-curl \
php8-gettext \
php8-mbstring \
php8-openssl \
php8-pdo \
php8-pdo_sqlite \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.dev.i386
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15 as rootfs-stage

# environment
ENV REL=v3.12
ENV REL=v3.15
ENV ARCH=x86
ENV MIRROR=http://dl-cdn.alpinelinux.org/alpine
ENV PACKAGES=alpine-baselayout,\
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN \
apk add --no-cache \
apache2-utils \
git \
libressl3.1-libssl \
libressl3.4-libssl \
logrotate \
nano \
nginx \
Expand All @@ -102,7 +102,7 @@ RUN \
php8-fileinfo \
php8-fpm \
php8-json \
php8-gettext \
php8-gettext \
php8-mbstring \
php8-openssl \
php8-session \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.i386
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15 as rootfs-stage

# environment
ENV REL=v3.12
ENV REL=v3.15
ENV ARCH=x86
ENV MIRROR=http://dl-cdn.alpinelinux.org/alpine
ENV PACKAGES=alpine-baselayout,\
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN \
apk add --no-cache \
apache2-utils \
git \
libressl3.1-libssl \
libressl3.4-libssl \
logrotate \
nano \
nginx \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.testing
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN \
evtest \
php8 \
php8-curl \
php8-gettext \
php8-mbstring \
php8-openssl \
php8-pdo \
php8-pdo_sqlite \
Expand Down

0 comments on commit 26d0868

Please sign in to comment.