We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dac75 commit 3badf76Copy full SHA for 3badf76
ubuntu_16.04/Dockerfile
@@ -1,3 +1,4 @@
1
+# syntax=docker/dockerfile:1
2
FROM ubuntu:16.04
3
ARG apt_proxy
4
RUN printf "Acquire::http::Proxy \"$apt_proxy\";\nAcquire::https::Proxy \"$apt_proxy\";\n" > /etc/apt/apt.conf.d/00aptproxy
0 commit comments