Skip to content

Commit 0a7f645

Browse files
committed
Move comment in Dockerfile to appropriate line
1 parent 63d0949 commit 0a7f645

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get update -qq \
3030
libffi-dev \
3131
libssl-dev \
3232
python3-dev \
33+
# Git needed for PROJECT_GIT_COMMIT_HASH variable setting
3334
git \
3435
apt-utils \
3536
pkg-config \
@@ -47,8 +48,6 @@ RUN apt-get update -qq \
4748
clang-tidy \
4849
libncurses5
4950

50-
# Git needed for PROJECT_GIT_COMMIT_HASH variable setting
51-
5251
RUN pip3 install adafruit-nrfutil
5352
RUN pip3 install -Iv cryptography==3.3
5453
RUN pip3 install cbor

0 commit comments

Comments
 (0)