Skip to content

Commit

Permalink
add pigz
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Feb 2, 2024
1 parent fc11dc7 commit 13d0675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/forcingprocessor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG FUNCTION_DIR="/ngen-datastream"
FROM python:3.9 as build-image

RUN apt-get upgrade
RUN apt-get install -y pigz

ARG FUNCTION_DIR
WORKDIR /tmp
RUN git clone https://github.com/CIROH-UA/ngen-datastream.git
Expand Down

0 comments on commit 13d0675

Please sign in to comment.