File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525RUN pip3 install adafruit-nrfutil
26+ RUN pip3 install -Iv cryptography==3.3
2627
2728COPY 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;"
3435RUN 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
You can’t perform that action at this time.
0 commit comments