2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-25 11:25:21 +00:00
nushell/.gitpod.Dockerfile

8 lines
157 B
Docker
Raw Normal View History

FROM gitpod/workspace-full
USER root
2019-09-28 00:51:42 +00:00
RUN apt-get update && apt-get install -y libssl-dev \
libxcb-composite0-dev \
pkg-config \
2019-09-28 00:59:30 +00:00
curl \
rustc