We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af14872 + 3067c75 commit 59825d7Copy full SHA for 59825d7
Dockerfile
@@ -1,10 +1,6 @@
1
# base image
2
FROM pelias/baseimage
3
4
-# downloader apt dependencies
5
-# note: this is done in one command in order to keep down the size of intermediate containers
6
-RUN apt-get update && apt-get install -y bzip2 && rm -rf /var/lib/apt/lists/*
7
-
8
# change working dir
9
ENV WORKDIR /code/pelias/pip-service
10
WORKDIR ${WORKDIR}
0 commit comments