Skip to content

Commit

Permalink
Merge pull request #11 from lsst-dm/tickets/DM-44099c
Browse files Browse the repository at this point in the history
DM-44099: Fix Dockerfile.hinfo.
  • Loading branch information
ktlim authored May 16, 2024
2 parents afee963 + f5a9661 commit 133e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.hinfo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USER lsst
RUN source loadLSST.bash && mamba install aiokafka httpx
RUN source loadLSST.bash && pip install kafkit
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" obs_lsst
COPY python/lsst/consdb/hinfo.py ./hinfo/
COPY python/lsst/consdb/hinfo.py python/lsst/consdb/utils.py ./hinfo/

# Environment variables that must be set:
# INSTRUMENT: LATISS, LSSTComCam, LSSTComCamSim, LSSTCam
Expand Down

0 comments on commit 133e22d

Please sign in to comment.