Alphabetising the packages

This commit is contained in:
DyonR 2020-08-19 23:49:04 +02:00
parent 63b97aa407
commit 138a937742

View File

@ -11,10 +11,10 @@ RUN mkdir -p /downloads /config/qBittorrent /etc/openvpn /etc/qbittorrent
RUN apt update \
&& apt -y upgrade \
&& apt -y install --no-install-recommends \
curl \
jq \
ca-certificates \
curl \
g++ \
jq \
libboost-system-dev \
libssl-dev \
make \
@ -29,10 +29,10 @@ RUN apt update \
&& cd /opt \
&& rm -rf /opt/* \
&& apt -y purge \
curl \
jq \
ca-certificates \
curl \
g++ \
jq \
libboost-system-dev \
libssl-dev \
make \