We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a84a2 commit 9689af2Copy full SHA for 9689af2
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /tmp/
8
9
# Install grib2json
10
RUN apt-get update && apt-get install -y git maven
11
-RUN git clone https://github.com/cambecc/grib2json.git && \
+RUN git clone https://github.com/jtroberts/grib2json.git && \
12
cd grib2json && \
13
mvn package && \
14
tar -xvzf target/grib2json-0.8.0-SNAPSHOT.tar.gz && \
0 commit comments