From 7ef2c6f5474c6d33791e79085f46305bfc082d06 Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Thu, 10 Sep 2020 08:26:45 -0600 Subject: [PATCH] update docker --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed142d3..86e00f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,14 +18,12 @@ FROM usgs/centos:8 as builder ENV LANG="en_US.UTF-8" -ARG git_username -ARG git_password +ARG gitlab_token ARG libs_dir ARG jar_file ARG workdir -ENV GIT_NSHMP_USERNAME ${git_username} -ENV GIT_NSHMP_PASSWORD ${git_password} +ENV GITLAB_TOKEN ${git_username} WORKDIR ${workdir} -- GitLab