Skip to content

Commit

Permalink
re-ordered apk commands
Browse files Browse the repository at this point in the history
  • Loading branch information
digrouz committed Feb 5, 2024
1 parent 97e90fa commit 6f7ac0d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile_alpine
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,22 @@ RUN set -x && \
apk add --no-cache --virtual=build-deps \
autoconf \
automake \
make \
gcc \
curl \
expat-dev \
g++ \
perl-dev \
gcc \
git \
make \
libxml2-dev \
openssl-dev \
curl \
perl-dev \
wget \
git \
expat-dev \
&& \
apk add --no-cache --virtual=run-deps \
ca-certificates \
curl \
openssl \
ssmtp \
mailx \
openssl \
perl \
perl-http-daemon \
perl-io-socket-ssl \
Expand All @@ -44,6 +43,7 @@ RUN set -x && \
perl-test-tcp \
perl-test-warnings \
perl-uri \
ssmtp \
&& \
curl -SsL https://cpanmin.us/ -o /usr/local/bin/cpanm && \
chmod +x /usr/local/bin/cpanm && \
Expand Down

0 comments on commit 6f7ac0d

Please sign in to comment.