Skip to content

Commit

Permalink
fix: add protobuf installation explicitly (#293)
Browse files Browse the repository at this point in the history
Fixes #291

Co-authored-by: Baptiste Grenier <[email protected]>
  • Loading branch information
enolfc and gwarf authored Sep 4, 2023
1 parent 87f7f49 commit 3bc0058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudkeeper-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN apt-get update \

RUN fetch-crl -p 2 -T 30 || exit 0

RUN gem install cloudkeeper -v 1.7.1
RUN gem install google-protobuf -v 3.23.4 \
&& gem install cloudkeeper -v 1.7.1

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 3bc0058

Please sign in to comment.