feat: support SSL and http base access authentication

This commit is contained in:
Doro Wu
2018-03-19 10:14:18 +08:00
parent 10f4af2fab
commit 44c1f26170
5 changed files with 76 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RUN sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/ap
# built-in packages
RUN apt-get update \
&& apt-get install -y --no-install-recommends software-properties-common curl \
&& apt-get install -y --no-install-recommends software-properties-common curl apache2-utils \
&& add-apt-repository ppa:fcwu-tw/apps \
&& apt-get update \
&& apt-get install -y --no-install-recommends --allow-unauthenticated \