Sort packages alphabetically again

This commit is contained in:
Johan van Eck
2021-03-07 10:00:59 +02:00
parent ca06e70e36
commit a3a02dc5d3
3 changed files with 12 additions and 12 deletions

View File

@@ -13,17 +13,17 @@ RUN \
curl \ curl \
findutils \ findutils \
jq \ jq \
nodejs \
npm \
openssl \ openssl \
p7zip \ p7zip \
python3 \ python3 \
rsync \ rsync \
tar \ tar \
unrar \
unzip \
transmission-cli \ transmission-cli \
transmission-daemon \ transmission-daemon \
nodejs \ unrar \
npm && \ unzip && \
echo "**** install transmission ****" && \ echo "**** install transmission ****" && \
if [ -z ${TRANSMISSION_VERSION+x} ]; then \ if [ -z ${TRANSMISSION_VERSION+x} ]; then \
TRANSMISSION_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \ TRANSMISSION_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \

View File

@@ -13,17 +13,17 @@ RUN \
curl \ curl \
findutils \ findutils \
jq \ jq \
nodejs \
npm \
openssl \ openssl \
p7zip \ p7zip \
python3 \ python3 \
rsync \ rsync \
tar \ tar \
unrar \
unzip \
transmission-cli \ transmission-cli \
transmission-daemon \ transmission-daemon \
nodejs \ unrar \
npm && \ unzip && \
echo "**** install transmission ****" && \ echo "**** install transmission ****" && \
if [ -z ${TRANSMISSION_VERSION+x} ]; then \ if [ -z ${TRANSMISSION_VERSION+x} ]; then \
TRANSMISSION_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \ TRANSMISSION_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \

View File

@@ -13,17 +13,17 @@ RUN \
curl \ curl \
findutils \ findutils \
jq \ jq \
nodejs \
npm \
openssl \ openssl \
p7zip \ p7zip \
python3 \ python3 \
rsync \ rsync \
tar \ tar \
unrar \
unzip \
transmission-cli \ transmission-cli \
transmission-daemon \ transmission-daemon \
nodejs \ unrar \
npm && \ unzip && \
echo "**** install transmission ****" && \ echo "**** install transmission ****" && \
if [ -z ${TRANSMISSION_VERSION+x} ]; then \ if [ -z ${TRANSMISSION_VERSION+x} ]; then \
TRANSMISSION_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \ TRANSMISSION_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \