From 2bae21fb269539ec21d9a6946a0b0efd4648ba63 Mon Sep 17 00:00:00 2001 From: geekpi Date: Thu, 28 Dec 2017 08:51:51 +0800 Subject: [PATCH] translating --- ...71226 Dockerizing Compiled Software - Tianon-s Ramblings .md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20171226 Dockerizing Compiled Software - Tianon-s Ramblings .md b/sources/tech/20171226 Dockerizing Compiled Software - Tianon-s Ramblings .md index 252180f1fd..de4e945b94 100644 --- a/sources/tech/20171226 Dockerizing Compiled Software - Tianon-s Ramblings .md +++ b/sources/tech/20171226 Dockerizing Compiled Software - Tianon-s Ramblings .md @@ -1,3 +1,5 @@ +translating---geekpi + Dockerizing Compiled Software ┈ Tianon's Ramblings ✿ ====== I recently went through a stint of closing a huge number of issues in the [docker-library/php][1] repository, and one of the oldest (and longest) discussions was related to installing depedencies for a compiling extensions, and I wrote a [semi-long comment][2] explaining how I do this in a general way for any software I wish to Dockerize.