Skip to content

Commit

Permalink
Pin the version of conan in the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew D Jones committed Apr 1, 2020
1 parent 726a367 commit bc9e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y autoremove \
&& apt-get clean all \
&& rm -rf /var/lib/apt/lists/* \
&& pip install conan \
&& pip install conan==1.20.0 \
&& mkdir kafka_to_nexus \
&& conan config install http://github.com/ess-dmsc/conan-configuration.git \
&& if [ ! -z "$local_conan_server" ]; then conan remote add --insert 0 ess-dmsc-local "$local_conan_server"; fi \
Expand Down

0 comments on commit bc9e4f9

Please sign in to comment.