Skip to content

Commit 9689af2

Browse files
committed
Use fork of grib2json
1 parent f9a84a2 commit 9689af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /tmp/
88

99
# Install grib2json
1010
RUN apt-get update && apt-get install -y git maven
11-
RUN git clone https://github.com/cambecc/grib2json.git && \
11+
RUN git clone https://github.com/jtroberts/grib2json.git && \
1212
cd grib2json && \
1313
mvn package && \
1414
tar -xvzf target/grib2json-0.8.0-SNAPSHOT.tar.gz && \

0 commit comments

Comments
 (0)