diff options
| author | JF <jf@codingfield.com> | 2021-04-21 18:19:57 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2021-04-21 18:19:57 (GMT) |
| commit | a80e782f267cd2424d22da23d809c0c6a8ff8761 (patch) | |
| tree | ca2bdb100ea98d361296a61352679f63a507f955 /docker | |
| parent | 24d3eea4fba05d774ace794eb8c9b21b8f2aa8c6 (diff) | |
| parent | fefb429fb4bf1020553900d9e514d3baa9040325 (diff) | |
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/.gitpod.Dockerfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docker/.gitpod.Dockerfile b/docker/.gitpod.Dockerfile index 71bf479..2f7099a 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 |
