Skip to content

Instantly share code, notes, and snippets.

View blackshehz's full-sized avatar

Shehzaman Khatib blackshehz

View GitHub Profile
@blackshehz
blackshehz / Dockerfile
Created April 1, 2020 16:20
Dockerfile for android sdk and flutter
FROM debian:stretch
# image mostly inspired from https://github.com/GoogleCloudPlatform/cloud-builders-community/blob/770e0e9/flutter/Dockerfile
WORKDIR /
RUN apt-get update -y
RUN apt-get install -y --no-install-recommends \
git \
wget \
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.