Skip to content

Commit

Permalink
Merge pull request #532 from pelias/remove-compiler-toolchain-deps
Browse files Browse the repository at this point in the history
Remove unnecessary compiler toolchain dependencies
  • Loading branch information
orangejulius authored Nov 2, 2021
2 parents ff4bee8 + 921278e commit 22f7ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 autoconf automake libtool pkg-config python bzip2 lbzip2 unzip && rm -rf /var/lib/apt/lists/*
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
Expand Down

0 comments on commit 22f7ad7

Please sign in to comment.