diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,8 +3,6 @@ FROM astroconda/python:${PYTHON_VERSION} LABEL maintainer="jhunk@stsci.edu" \ vendor="Space Telescope Science Institute" -ARG USER_ACCT=${USER_ACCT:-developer} -ARG USER_HOME=/home/${USER_ACCT} ARG PIPELINE=${PIPELINE:-} WORKDIR "${TOOLCHAIN_BUILD}" @@ -15,7 +13,6 @@ COPY etc/ ${TOOLCHAIN_BUILD}/etc USER "${USER_ACCT}" RUN sudo chown -R ${USER_ACCT}: ${TOOLCHAIN_BUILD} \ - && whoami \ && bin/build.sh \ && sudo rm -rf "${TOOLCHAIN_BUILD}" |