mirror of
https://github.com/nushell/nushell
synced 2024-12-25 04:23:10 +00:00
Update .gitpod.Dockerfile
This commit is contained in:
parent
0d076d97be
commit
0d8768b827
1 changed files with 1 additions and 1 deletions
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-full
|
||||||
|
WORKDIR /workspace/nushell
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get update && apt-get install -y libssl-dev \
|
RUN apt-get update && apt-get install -y libssl-dev \
|
||||||
libxcb-composite0-dev \
|
libxcb-composite0-dev \
|
||||||
|
|
Loading…
Reference in a new issue