Dockerfile apt-get 최적화

Jmnote (토론 | 기여)님의 2020년 4월 11일 (토) 11:58 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Dockerfile apt-get
Dockerfile 데비안, 우분투 apt-get 최적화
RUN set -x \
&& apt-get update \
&& apt-get install -y \
  패키지명1 \
  패키지명2 \
  패키지명3 \
&& rm -rf /var/lib/apt/lists/*

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}