summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-04-18 10:48:24 +0200
committerGitHub <noreply@github.com>2021-04-18 10:48:24 +0200
commiteb1209e63825e038ef9fd1093088c29574f5215d (patch)
tree4912c39cb4864db482837c16473c10fa8066c5eb
parent6eaa395e7d663dd460798f5f327bd3e242e0ebc2 (diff)
parentf8c502e447d1317430ea8ef86586a135d861aa57 (diff)
Merge pull request #286 from pfeerick/patch-1
Gitpod workspace path update due to repo rename
-rw-r--r--docker/.gitpod.Dockerfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/docker/.gitpod.Dockerfile b/docker/.gitpod.Dockerfile
index 71bf479b..2f7099a5 100644
--- a/docker/.gitpod.Dockerfile
+++ b/docker/.gitpod.Dockerfile
@@ -14,15 +14,16 @@ RUN apt-get update -qq \
python3-pip \
tar \
unzip \
- wget \
+ wget \
# aarch64 packages
libffi-dev \
libssl-dev \
- python3-dev \
+ python3-dev \
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*;
# 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 \ No newline at end of file
+USER gitpod