瀏覽代碼

Update

tags/0.0.44^0
Peter Vivell 6 年之前
父節點
當前提交
7c21806a61
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Dockerfile

+ 4
- 0
Dockerfile 查看文件

@@ -5,6 +5,10 @@ FROM debian:stable-slim as builder
5 5
 # ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6 6
 # ENV HOME /
7 7
 
8
+RUN cat /etc/resolv.conf ; \
9
+    curl -I http://deb.debian.org/debian/dists/stable/InRelease ; \
10
+    curl -I http://security.debian.org/debian-security/dists/stable/updates/InRelease
11
+
8 12
 # Prepare build dependencies and clean up
9 13
 ARG BUILD_DEPS
10 14
 RUN apt-get -q update && \

Loading…
取消
儲存