Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install build-essential clang cmake python3 python

RUN git clone https://github.com/c-jimenez/open-ocpp.git

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

RUN apt-get update && apt-get install pkg-config && apt-get -q autoremove && rm -rf "/var/lib/apt/lists/*"

Expand Down