diff --git a/Dockerfile b/Dockerfile index f39a68c7..e9bc9b71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,6 @@ # base image FROM pelias/baseimage -# downloader apt dependencies -# note: this is done in one command in order to keep down the size of intermediate containers -RUN apt-get update && apt-get install -y bzip2 lbzip2 unzip && rm -rf /var/lib/apt/lists/* - # change working dir ENV WORKDIR=/code/pelias/whosonfirst WORKDIR ${WORKDIR}