소스 검색

fix: add dnsutils package to Dockerfile

firemonk3y 2 년 전
부모
커밋
3fd2059872
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -22,6 +22,7 @@ RUN \
         ldb-tools \
         ldb-tools \
         vim \
         vim \
         curl \
         curl \
+        dnsutils \
         ntp &&\
         ntp &&\
     apt-get clean autoclean &&\
     apt-get clean autoclean &&\
     apt-get autoremove --yes &&\
     apt-get autoremove --yes &&\