This commit is contained in:
thosakwe 2017-01-14 19:36:04 -05:00
parent d8fd0a0a07
commit 349b74611d

View file

@ -4,6 +4,7 @@ MAINTAINER Tobe O <thosakwe@gmail.com>
# Install Dart SDK 1.21
RUN sudo apt-get update
RUN sudo apt-get install -y apt-transport-https
RUN sudo apt-get install - ycurl
RUN sudo sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
RUN sudo sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
RUN sudo apt-get update