Skip to content

Commit

Permalink
tag the docker image build locally (digital-asset#8760)
Browse files Browse the repository at this point in the history
This was forgotten in digital-asset#8745

also add a missing ''\" in the bash script.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
remyhaemmerle-da authored Feb 5, 2021
1 parent 9c477ff commit e2c7dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-env/bin/daml-docker-head
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COPY --chown=daml:daml ${sdk_tarball} /tmp/
RUN tar xf /tmp/${sdk_tarball} -C /tmp && \
/tmp/sdk-${version}/install.sh && \
rm -rf /tmp/${sdk_tarball} /tmp/sdk-${version}
ENV PATH="/home/daml/.daml/bin:${PATH}"
ENV PATH="/home/daml/.daml/bin:\${PATH}"
WORKDIR /home/daml
EOF

docker build ${tmpdir}
docker build -t "digitalasset/daml-sdk:${version}" ${tmpdir}

0 comments on commit e2c7dd0

Please sign in to comment.