Merge pull request #286 from pfeerick/patch-1
Gitpod workspace path update due to repo rename
This commit is contained in:
commit
eb1209e638
3
docker/.gitpod.Dockerfile
vendored
3
docker/.gitpod.Dockerfile
vendored
|
@ -23,6 +23,7 @@ RUN apt-get update -qq \
|
|||
|
||||
# Needs to be installed as root
|
||||
RUN pip3 install adafruit-nrfutil
|
||||
RUN pip3 install -Iv cryptography==3.3
|
||||
|
||||
COPY docker/build.sh /opt/
|
||||
# Lets get each in a separate docker layer for better downloads
|
||||
|
@ -34,6 +35,6 @@ RUN bash -c "source /opt/build.sh; GetNrfSdk;"
|
|||
RUN bash -c "source /opt/build.sh; GetMcuBoot;"
|
||||
|
||||
# Link the default checkout workspace in to the default $SOURCES_DIR
|
||||
RUN ln -s /workspace/Pinetime /sources
|
||||
RUN ln -s /workspace/InfiniTime /sources
|
||||
|
||||
USER gitpod
|
Loading…
Reference in New Issue
Block a user