Files
docker-compose-hatthieves/development/dart/dart/Dockerfile
Your Name 5438f42493 dart
2020-05-28 10:20:44 +00:00

5 líneas
229 B
Docker

FROM google/dart:dev
RUN apt update && apt -y upgrade && apt -y install nano procps net-tools && apt clean
RUN git clone https://github.com/dart-lang/dart-tutorials-samples /dart-tutorials-samples
WORKDIR /dart-tutorials-samples