1
0
mirror of https://github.com/nushell/nushell.git synced 2025-01-16 03:08:42 +01: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