[도커] 빌드 에러

hyuckhoon.ko·2021년 7월 25일
0

What I learned in first year

목록 보기
100/146

debconf: delaying package configuration, since apt-utils is not installed

해결방법

RUN apt-get update && apt-get install -y --no-install-recommends \
    vim \
    apt-utils \
    && rm -rf /var/lib/apt/lists/*


출처: https://github.com/phusion/baseimage-docker/issues/319

0개의 댓글