Skip to content

Commit

Permalink
Fix image name embedded in docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken authored and jlubken committed Aug 24, 2020
1 parent d9b9de8 commit 3e53d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buster.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN \
FROM build as test
ARG IFLAGS
WORKDIR /root
ENV IMAGE dsdk.lint
ENV IMAGE dsdk.test
RUN \
pip install ${IFLAGS} ".[all]"
ENTRYPOINT [ "/usr/bin/tini", "--" ]
Expand Down

0 comments on commit 3e53d59

Please sign in to comment.