Skip to content

Commit

Permalink
docker: fix nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Apr 29, 2022
1 parent 723c088 commit 60ede9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ COPY --from=elvish /usr/local/bin/* /usr/local/bin/
COPY --from=goreleaser /usr/local/bin/* /usr/local/bin/
#COPY --from=ion /ion/target/release/ion /usr/local/bin/
COPY --from=ion-poc /usr/local/bin/ion /usr/local/bin/
#COPY --from=nushell /usr/local/bin/* /usr/local/bin/
COPY --from=nushell-poc /usr/local/bin/nu /usr/local/bin/
COPY --from=nushell /usr/local/bin/* /usr/local/bin/
COPY --from=mdbook /usr/local/bin/* /usr/local/bin/
COPY --from=oil /usr/local/bin/* /usr/local/bin/
COPY --from=shellcheck /usr/local/bin/* /usr/local/bin/
Expand Down

0 comments on commit 60ede9e

Please sign in to comment.