mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
7 lines
157 B
Docker
7 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
|