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 38c01a9 commit 7b87abcCopy full SHA for 7b87abc
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 fetch --tags && git checkout v1.0.0 && make gcc-native && make install-gcc-native
+RUN cd open-ocpp && git fetch --tags && git checkout v1.1.0 && make gcc && make install-gcc
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