Skip to content

Commit 0b65dc1

Browse files
author
Davide Moro
committed
remove unneeded git package on Dockerfile (no more needed)
1 parent 2d7bc87 commit 0b65dc1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@ RUN pip3 install --upgrade pip \
77
setuptools \
88
tox
99

10-
# TODO: remove me when pypom_navigation will be released
11-
RUN apk add --no-cache git && \
12-
rm -fR /root/.cache
13-
1410
ENTRYPOINT [ "tox"]
1511
CMD ["-epy36", "--", "-vvv", "--splinter-webdriver=remote", "--variables=credentials_template.yml", "--splinter-remote-url=http://{{cookiecutter.browserstack_username}}:{{cookiecutter.browserstack_access_key}}@hub.browserstack.com:80/wd/hub", "--variables=capabilities/WIN10-FIREFOX53.json"]

0 commit comments

Comments
 (0)