We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb54ae commit 72736d7Copy full SHA for 72736d7
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install build-essential clang cmake python3 python
16
17
RUN git clone https://github.com/c-jimenez/open-ocpp.git
18
19
-RUN cd open-ocpp && git checkout v1.0.0 && make gcc-native && make install-gcc-native
+RUN cd open-ocpp && git fetch --tags && git checkout v1.0.0 && make gcc-native && make install-gcc-native
20
21
RUN apt-get update && apt-get install pkg-config && apt-get -q autoremove && rm -rf "/var/lib/apt/lists/*"
22
0 commit comments