diff --git a/Dockerfile b/Dockerfile index 41aafeb..20f4da2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,4 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y wget gpg RUN wget -qO - https://patrick-zippenfenig.github.io/ecCodes-ubuntu/public.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/ecCodes-ubuntu.gpg RUN echo "deb https://patrick-zippenfenig.github.io/ecCodes-ubuntu/ jammy main" > /etc/apt/sources.list.d/ecCodes-ubuntu.list -RUN apt update && apt install -y libnetcdf19 libeccodes0 bzip2 cdo curl python3-pip && rm -rf /var/lib/apt/lists/* -RUN pip3 install cdsapi ecmwf-api-client \ No newline at end of file +RUN apt update && apt install -y libnetcdf19 libeccodes0 bzip2 cdo curl && rm -rf /var/lib/apt/lists/* \ No newline at end of file