Skip to content

Commit 17ceddc

Browse files
committed
removes git from Dockerfile and updates README
1 parent d8047ba commit 17ceddc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.7-slim-stretch
22

33
RUN apt-get update && \
44
apt-get upgrade -y && \
5-
apt-get -y install git libspatialindex-dev && \
5+
apt-get -y install libspatialindex-dev && \
66
rm -rf /var/lib/apt/lists/*
77

88
RUN /usr/local/bin/python -m pip install --no-cache-dir --compile --upgrade pip

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Once assembled, these form part of our wider pipeline. But as a standalone tool,
2121

2222
## Install
2323

24+
Note: you can use the instructions [here](###-Using-Docker) to build a Docker image for OSMOX and run it in a container if you cannot install it locally.
25+
26+
### My Multi Word Header
27+
2428
I. Installation for Mac
2529
```{sh}
2630
git clone [email protected]:arup-group/osmox.git

0 commit comments

Comments
 (0)