nushell/.gitpod.Dockerfile
2019-09-27 20:04:24 -05:00

10 lines
200 B
Docker

FROM gitpod/workspace-full
WORKDIR /workspace/nushell
USER root
RUN apt-get update && apt-get install -y libssl-dev \
libxcb-composite0-dev \
pkg-config \
curl \
rustc
RUN cargo build