Skip to content

Commit

Permalink
chore: fix debian db2 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Mar 7, 2025
1 parent 296f8a8 commit cd6707d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.db2
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ARG VERSION_MILLER=5.10.2
ADD https://github.com/johnkerl/miller/releases/download/v${VERSION_MILLER}/mlr.linux.x86_64 /usr/bin/mlr
RUN chmod +x /usr/bin/mlr
COPY dist/lino-db2_linux_amd64_v1/lino-db2 /usr/bin/lino
COPY bin/dist/lino-db2_linux_amd64_v1/lino-db2 /usr/bin/lino
COPY --from=pimo /usr/bin/pimo /usr/bin/pimo
Expand Down

0 comments on commit cd6707d

Please sign in to comment.