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 0d8b038 + 8a4b35e commit 742f09fCopy full SHA for 742f09f
Dockerfile
@@ -4,10 +4,6 @@ FROM pelias/baseimage
4
# ensure data dirs exists
5
RUN mkdir -p '/data/geonames'
6
7
-# downloader apt dependencies
8
-# note: this is done in one command in order to keep down the size of intermediate containers
9
-RUN apt-get update && apt-get install -y bzip2 unzip && rm -rf /var/lib/apt/lists/*
10
-
11
# change working dir
12
ENV WORKDIR=/code/pelias/geonames
13
WORKDIR $WORKDIR
0 commit comments