Skip to content

Commit

Permalink
Fix Dockerfile variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jul 2, 2024
1 parent f906633 commit ff3bb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ USER $LSST_USER
WORKDIR $NEW_DIR

SHELL ["/bin/bash", "-o", "pipefail", "-lc"]
RUN curl -sSL "$NEWINSTALL_URL" | bash -s -- -S -v ${LSST_SPLENV_REF}
RUN curl -sSL "$LSSTINSTALL_URL" | bash -s -- -S -v ${LSST_SPLENV_REF}

SHELL ["/bin/bash", "-lc"]

0 comments on commit ff3bb14

Please sign in to comment.