🤹♂️
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:16.04 | |
LABEL maintainer="[email protected]" | |
#proxy settings | |
ARG http_proxy=http://193.29.130.150:8080 | |
ARG https_proxy=http://193.29.130.150:8080 | |
ENV http_proxy ${http_proxy:-v0} | |
ENV https_proxy ${https_proxy:-v0} | |
#set http(s) proxy for apt |