diff --git a/Dockerfile b/Dockerfile index ae457166294353c84480464078d488030143d813..ef51cb4c2ca9455748808ad71adf47065f6654e8 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/*