Dockerfile apt-get 최적화

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 }}