Make it is a bit easier to see what is installed by
sorting the package list alphabetically.

Signed-off-by: Tim Orling <tim.orl...@konsulko.com>
---
 Dockerfile | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 02948b6..0f3afc4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,26 +23,26 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
         && update-locale \
     && apt-get install -y --no-install-recommends \
        autoconf \
+       cpio \
+       curl \
        g++ \
        gcc \
-       make \
-       python2 \
-       python3-pip \
-       python3-mysqldb \
-       python3-dev \
-       python3-wheel \
-       zlib1g-dev \
+       git \
        libfreetype6-dev \
        libjpeg-dev \
        libmariadb-dev-compat \
+       make \
        netcat-openbsd \
-       curl \
-       wget \
-       git \
-       vim \
-       rpm2cpio \
+       python2 \
+       python3-dev \
+       python3-mysqldb \
+       python3-pip \
+       python3-wheel \
        rpm \
-       cpio \
+       rpm2cpio \
+       vim \
+       wget \
+       zlib1g-dev \
     && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
        && locale-gen en_US.UTF-8 \
        && update-locale \
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62148): https://lists.yoctoproject.org/g/yocto/message/62148
Mute This Topic: https://lists.yoctoproject.org/mt/103744687/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to