1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-08 10:27:47 +02:00

Update .gitpod.Dockerfile

This commit is contained in:
Sean Hellum
2019-09-27 20:06:15 -05:00
committed by GitHub
parent aa495f4d74
commit 48cbc5b23c

1
.gitpod.Dockerfile vendored

@ -6,4 +6,3 @@ RUN apt-get update && apt-get install -y libssl-dev \
pkg-config \ pkg-config \
curl \ curl \
rustc rustc
RUN cargo build