Skip to content

Commit 59825d7

Browse files
authored
Merge pull request #140 from pelias/cleanup-docker-file
Remove dependencies included in the baseimage
2 parents af14872 + 3067c75 commit 59825d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# base image
22
FROM pelias/baseimage
33

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-
84
# change working dir
95
ENV WORKDIR /code/pelias/pip-service
106
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)