1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-11 05:58:15 +01:00
nushell/.gitpod.Dockerfile
Sean Hellum 44a114111e
Fix $PATH conflicts in .gitpod.Dockerfile ()
- Use the correct user for gitpod Dockerfile.
- Remove unneeded packages (curl, rustc) from gitpod Dockerfile.
2020-02-06 15:20:18 -05:00

10 lines
172 B
Docker

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