Skip to content

Commit

Permalink
docker: add git
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 6, 2024
1 parent 5bbde64 commit 3372273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG NDN_CXX_VERSION=latest
FROM python:3-alpine AS testbed-master

RUN <<EOF
apk add docker-cli docker-cli-compose
apk add docker-cli docker-cli-compose git
pip install --no-cache-dir --disable-pip-version-check \
PyYAML \
python-ndn==0.4.2 \
Expand Down

0 comments on commit 3372273

Please sign in to comment.