mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
so close, needed to have quay.io as from image base (not docker hub)
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
This commit is contained in:
parent
f81dbee5f9
commit
2983fc1dea
@ -1,5 +1,5 @@
|
||||
ARG FROMTAG=latest
|
||||
FROM nushell/nu-base:${FROMTAG} as base
|
||||
FROM quay.io/nushell/nu-base:${FROMTAG} as base
|
||||
FROM rust:1.37-slim
|
||||
COPY --from=base /usr/local/bin/nu /usr/local/bin/nu
|
||||
ENTRYPOINT ["nu"]
|
||||
|
Loading…
Reference in New Issue
Block a user