mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 13:04:34 +01:00
8 lines
157 B
Docker
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
|