From 51cab9903f7624830c64c0fe07f4eeafe6a1df54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl>
Date: Tue, 22 Apr 2025 08:38:25 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Bram Veenboer <veenboer@astron.nl>
---
 docker/ci-runner/Dockerfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docker/ci-runner/Dockerfile b/docker/ci-runner/Dockerfile
index e40af28..fc3dec0 100644
--- a/docker/ci-runner/Dockerfile
+++ b/docker/ci-runner/Dockerfile
@@ -6,21 +6,21 @@ RUN apt update && \
     apt install -y \
         git \
         ca-certificates \
-        wget \
-        kmod \
+        automake \
+        bzip2 \
+        cmake-curses-gui \
         environment-modules \
-        python3 \
+        file \
         g++ \
         gfortran \
-        zip \
-        xz-utils \
-        pkgconf \
-        bzip2 \
+        kmod \
         make \
-        cmake-curses-gui \
+        pkgconf \
+        python3 \
         vim \
-        automake \
-        file
+        wget \
+        xz-utils \
+        zip
 
 ENV SPACK_VERSION=0.23.0
 ENV SPACK_DIR=/opt/spack/${SPACK_VERSION}
-- 
GitLab