Skip to content

Commit

Permalink
Fix vhost-gen install on old arm platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Feb 13, 2022
1 parent dad9833 commit 029c526
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ARG ARCH
ENV BUILD_DEPS \
autoconf \
gcc \
git \
make \
wget

Expand Down Expand Up @@ -69,9 +68,9 @@ RUN set -eux \
&& rm -rf mod-proxy-fcgi* \
\
# Install vhost-gen
&& git clone https://github.com/devilbox/vhost-gen \
&& cd vhost-gen \
&& git checkout "${VHOST_GEN_GIT_REF}" \
&& wget --no-check-certificate -O vhost-gen.tar.gz "https://github.com/devilbox/vhost-gen/archive/refs/tags/${VHOST_GEN_GIT_REF}.tar.gz" \
&& tar xvfz vhost-gen.tar.gz \
&& cd "vhost-gen-${VHOST_GEN_GIT_REF}" \
&& make install \
&& cd .. \
&& rm -rf vhost*gen* \
Expand Down

0 comments on commit 029c526

Please sign in to comment.