From 40a4f29f919a9ea9be875378d23aa4db1bef46f6 Mon Sep 17 00:00:00 2001 From: Vlad Kondratiev <kondratiev@astron.nl> Date: Thu, 27 Apr 2023 18:29:15 +0000 Subject: [PATCH] yet another test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae45716..ef51cb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bullseye AS BUILD -RUN apt update && apt install -y build-essential git autoconf libtool tcsh wget zlib1g-dev libcfitsio-dev && \ +RUN apt update && apt install -y build-essential git autoconf libtool tcsh zlib1g-dev libcfitsio-dev && \ rm -rf /var/lib/apt/lists/* #RUN apt update && apt install -y build-essential git autoconf libtool tcsh wget zlib1g-dev && \ # rm -rf /var/lib/apt/lists/* -- GitLab