Skip to content

Commit

Permalink
#30 reinstate old dockerfile in the test directory to have an environ…
Browse files Browse the repository at this point in the history
…ment compatible with github actions
  • Loading branch information
roelderickx committed Sep 10, 2023
1 parent d5d8672 commit a008ffc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test/Dockerfile
@@ -0,0 +1,23 @@
FROM amd64/ubuntu:20.04

WORKDIR /app

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
libxml2-utils \
python-is-python3 \
pip && \
unlink /etc/localtime && \
ln -s /usr/share/zoneinfo/Europe/Brussels /etc/localtime

RUN apt-get install -y \
gdal-bin \
libgdal-dev \
python3-gdal \
libprotobuf-dev \
protobuf-compiler \
osmctools

RUN pip install cram lxml
RUN pip install --upgrade protobuf

0 comments on commit a008ffc

Please sign in to comment.