We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82dee2 commit d82a1c5Copy full SHA for d82a1c5
docker/.gitpod.Dockerfile
@@ -19,8 +19,11 @@ RUN apt-get update -qq \
19
libffi-dev \
20
libssl-dev \
21
python3-dev \
22
+ git \
23
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*;
24
25
+# Git needed for PROJECT_GIT_COMMIT_HASH variable setting
26
+
27
# Needs to be installed as root
28
RUN pip3 install adafruit-nrfutil
29
RUN pip3 install -Iv cryptography==3.3
docker/Dockerfile
python \
0 commit comments