Skip to content

Commit aed2f84

Browse files
committed
fix sort order
1 parent 511c05c commit aed2f84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN \
3030
syslog-ng-stomp \
3131
syslog-ng-tags-parser \
3232
syslog-ng-xml \
33-
py3-syslog-ng \
34-
paho-mqtt-c && \
33+
paho-mqtt-c \
34+
py3-syslog-ng && \
3535
rm -rf \
3636
/tmp/*
3737

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN \
3030
syslog-ng-stomp \
3131
syslog-ng-tags-parser \
3232
syslog-ng-xml \
33-
py3-syslog-ng \
34-
paho-mqtt-c && \
33+
paho-mqtt-c \
34+
py3-syslog-ng && \
3535
rm -rf \
3636
/tmp/*
3737

Dockerfile.armhf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN \
3030
syslog-ng-stomp \
3131
syslog-ng-tags-parser \
3232
syslog-ng-xml \
33-
py3-syslog-ng \
34-
paho-mqtt-c && \
33+
paho-mqtt-c \
34+
py3-syslog-ng && \
3535
rm -rf \
3636
/tmp/*
3737

0 commit comments

Comments
 (0)