nushell/.gitpod.Dockerfile

10 lines
172 B
Docker
Raw Normal View History

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