소스 검색

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 \