Skip to content

Commit

Permalink
update mono version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyunhx committed Jul 10, 2018
1 parent 9ede3a1 commit 2e270ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storm-supervisor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ziyunhx/storm:1.2.2
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
RUN apt-get update
RUN apt-get install -y apt-transport-https
RUN "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
RUN echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
RUN apt-get update
RUN apt-get install -y mono-complete

Expand Down

0 comments on commit 2e270ea

Please sign in to comment.