Ver código fonte

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

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 anos atrás
pai
commit
536dc3c527
1 arquivos alterados com 1 adições e 0 exclusões
  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}
 
 # Set the locale
+RUN apt-get update -y
 RUN apt-get install -y locales
 RUN locale-gen en_US.UTF-8
 ENV LANG en_US.UTF-8