소스 검색

improvement(docker): smaller images via no-cache option (via #5157)

* add no-cache option for smaller images

* move flag immediately after `apk`

adjusting to be as close to the example as possible: https://github.com/gliderlabs/docker-alpine/blob/master/docs/usage.md#disabling-cache
bubble
Drew Freyling 5 년 전
committed by kyle
부모
커밋
52ce2871a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -4,7 +4,7 @@

FROM nginx:1.15-alpine

RUN apk add nodejs
RUN apk --no-cache add nodejs

LABEL maintainer="fehguy"



불러오는 중...
취소
저장