1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-02 04:07:40 +02:00
nushell/.gitpod.Dockerfile
2019-09-27 20:08:05 -05:00

8 lines
157 B
Docker

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