Skip to content

Commit eb1209e

Browse files
authored
Merge pull request #286 from pfeerick/patch-1
Gitpod workspace path update due to repo rename
2 parents 6eaa395 + f8c502e commit eb1209e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docker/.gitpod.Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ RUN apt-get update -qq \
1414
python3-pip \
1515
tar \
1616
unzip \
17-
wget \
17+
wget \
1818
# aarch64 packages
1919
libffi-dev \
2020
libssl-dev \
21-
python3-dev \
21+
python3-dev \
2222
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*;
2323

2424
# Needs to be installed as root
2525
RUN pip3 install adafruit-nrfutil
26+
RUN pip3 install -Iv cryptography==3.3
2627

2728
COPY docker/build.sh /opt/
2829
# Lets get each in a separate docker layer for better downloads
@@ -34,6 +35,6 @@ RUN bash -c "source /opt/build.sh; GetNrfSdk;"
3435
RUN bash -c "source /opt/build.sh; GetMcuBoot;"
3536

3637
# Link the default checkout workspace in to the default $SOURCES_DIR
37-
RUN ln -s /workspace/Pinetime /sources
38+
RUN ln -s /workspace/InfiniTime /sources
3839

39-
USER gitpod
40+
USER gitpod

0 commit comments

Comments
 (0)