فهرست منبع

Merge pull request #15943 from richardkchapman/hpcc-27420

HPCC-27420 platform-core-debug is missing apt-get update

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Richard Chapman 3 سال پیش
والد
کامیت
fd2f9bc62b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      dockerfiles/platform-core-debug/Dockerfile

+ 1 - 0
dockerfiles/platform-core-debug/Dockerfile

@@ -22,6 +22,7 @@ ARG DOCKER_REPO
 FROM ${DOCKER_REPO}/platform-build:${BUILD_LABEL}
 FROM ${DOCKER_REPO}/platform-build:${BUILD_LABEL}
 
 
 # Set the locale
 # Set the locale
+RUN apt-get update -y
 RUN apt-get install -y locales
 RUN apt-get install -y locales
 RUN locale-gen en_US.UTF-8
 RUN locale-gen en_US.UTF-8
 ENV LANG en_US.UTF-8  
 ENV LANG en_US.UTF-8