Skip to content

Instantly share code, notes, and snippets.

View MultiColourPixel's full-sized avatar
👋

Eddy Story MultiColourPixel

👋
View GitHub Profile
@MultiColourPixel
MultiColourPixel / OpenSSL & cURL Dockerfile
Last active November 5, 2016 01:56 — forked from VictorLaskin/Dockerfile
Compile static libs: OpenSSL and CURL with https support for Android using clang3.6 (armv7)
# THIS DOCKERFILE TRIES TO COMPILE CURL/OPENSSL FOR ANDROID
#
# 5 july 2015
#
# More detals could be found here:
# http://vitiy.info/dockerfile-example-to-compile-libcurl-for-android-inside-docker-container/
FROM ubuntu
MAINTAINER Victor Laskin "victor.laskin@gmail.com"