320x100
320x100
다음 구문 추가
RUN echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories \
&& apk update \
&& apk add -update <패키지>
참조
: https://wiki.alpinelinux.org/wiki/Alpine_Linux:FAQ
300x250
728x90
'Container > Docker' 카테고리의 다른 글
WSL 2.0 환경에서 Docker 설치 (0) | 2022.03.19 |
---|---|
golang 으로 작성한 build 파일 wine으로 실행하기 (0) | 2021.12.23 |
spring 멀티스테이지 빌드 Docker 이미지 (0) | 2021.11.24 |
nodejs 멀티스테이지 빌드 Docker 이미지 (0) | 2021.11.23 |
Docker multi-stage build에 대해서 (0) | 2021.10.23 |