瀏覽代碼

Remove "net-tools" package

Mohammad Abdoli Rad 6 年之前
父節點
當前提交
472f95a73c
共有 8 個文件被更改,包括 8 次插入8 次删除
  1. 1 1
      3.5/Dockerfile
  2. 1 1
      3.5/openrc/Dockerfile
  3. 1 1
      3.6/Dockerfile
  4. 1 1
      3.6/openrc/Dockerfile
  5. 1 1
      3.7/Dockerfile
  6. 1 1
      3.7/openrc/Dockerfile
  7. 1 1
      3.8/Dockerfile
  8. 1 1
      3.8/openrc/Dockerfile

+ 1 - 1
3.5/Dockerfile

@@ -8,4 +8,4 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.version="3.5" \
         org.label-schema.license="MIT"
 
-RUN apk add --no-cache su-exec net-tools ca-certificates nano tar curl findutils
+RUN apk add --no-cache su-exec ca-certificates nano tar curl findutils

+ 1 - 1
3.5/openrc/Dockerfile

@@ -9,7 +9,7 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.license="MIT"
 
 RUN set -x \
-    && apk add --update --no-cache openrc su-exec net-tools ca-certificates nano tar curl findutils \
+    && apk add --update --no-cache openrc su-exec ca-certificates nano tar curl findutils \
     # Disable getty's
     && sed -i 's/^\(tty\d\:\:\)/#\1/g' /etc/inittab \
     && sed -i \

+ 1 - 1
3.6/Dockerfile

@@ -8,4 +8,4 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.version="3.6" \
         org.label-schema.license="MIT"
 
-RUN apk add --no-cache su-exec net-tools ca-certificates nano tar curl findutils
+RUN apk add --no-cache su-exec ca-certificates nano tar curl findutils

+ 1 - 1
3.6/openrc/Dockerfile

@@ -9,7 +9,7 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.license="MIT"
 
 RUN set -x \
-    && apk add --update --no-cache openrc su-exec net-tools ca-certificates nano tar curl findutils \
+    && apk add --update --no-cache openrc su-exec ca-certificates nano tar curl findutils \
     # Disable getty's
     && sed -i 's/^\(tty\d\:\:\)/#\1/g' /etc/inittab \
     && sed -i \

+ 1 - 1
3.7/Dockerfile

@@ -8,4 +8,4 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.version="3.7" \
         org.label-schema.license="MIT"
 
-RUN apk add --no-cache su-exec net-tools ca-certificates nano tar curl findutils
+RUN apk add --no-cache su-exec ca-certificates nano tar curl findutils

+ 1 - 1
3.7/openrc/Dockerfile

@@ -9,7 +9,7 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.license="MIT"
 
 RUN set -x \
-    && apk add --update --no-cache openrc su-exec net-tools ca-certificates nano tar curl findutils \
+    && apk add --update --no-cache openrc su-exec ca-certificates nano tar curl findutils \
     # Disable getty's
     && sed -i 's/^\(tty\d\:\:\)/#\1/g' /etc/inittab \
     && sed -i \

+ 1 - 1
3.8/Dockerfile

@@ -8,4 +8,4 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.version="3.8" \
         org.label-schema.license="MIT"
 
-RUN apk add --no-cache su-exec net-tools ca-certificates nano tar curl findutils
+RUN apk add --no-cache su-exec ca-certificates nano tar curl findutils

+ 1 - 1
3.8/openrc/Dockerfile

@@ -9,7 +9,7 @@ LABEL org.label-schema.name="alpine" \
         org.label-schema.license="MIT"
 
 RUN set -x \
-    && apk add --update --no-cache openrc su-exec net-tools ca-certificates nano tar curl findutils \
+    && apk add --update --no-cache openrc su-exec ca-certificates nano tar curl findutils \
     # Disable getty's
     && sed -i 's/^\(tty\d\:\:\)/#\1/g' /etc/inittab \
     && sed -i \