mirror of
https://github.com/nushell/nushell.git
synced 2025-04-03 14:10:41 +02:00
Fix Gitpod dev setup by forcing a dev image rebuild (#2783)
This commit is contained in:
parent
af2f064f42
commit
e000ed47cd
6
.gitpod.Dockerfile
vendored
6
.gitpod.Dockerfile
vendored
@ -1,5 +1,9 @@
|
|||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-full
|
||||||
|
|
||||||
|
# Gitpod will not rebuild Nushell's dev image unless *some* change is made to this Dockerfile.
|
||||||
|
# To force a rebuild, simply increase this counter:
|
||||||
|
ENV TRIGGER_REBUILD 1
|
||||||
|
|
||||||
USER gitpod
|
USER gitpod
|
||||||
|
|
||||||
RUN sudo apt-get update && \
|
RUN sudo apt-get update && \
|
||||||
@ -11,4 +15,4 @@ RUN sudo apt-get update && \
|
|||||||
rust-lldb \
|
rust-lldb \
|
||||||
&& sudo rm -rf /var/lib/apt/lists/*
|
&& sudo rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV RUST_LLDB=/usr/bin/lldb-8
|
ENV RUST_LLDB=/usr/bin/lldb-11
|
||||||
|
Loading…
Reference in New Issue
Block a user