Skip to content

Commit

Permalink
Simplify taginfo container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 6, 2024
1 parent 158499e commit e6c502e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions images/taginfo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
FROM ruby:2.4
ENV workdir /apps
WORKDIR $workdir

# Update and install only necessary packages
RUN apt-get update && apt-get install -y \
curl \
wget \
sqlite3 \
sqlite3-pcre \
ruby-passenger \
libapache2-mod-passenger \
git \
cmake \
libbz2-dev \
libexpat1-dev \
libgd-dev \
libicu-dev \
libosmium2-dev \
libprotozero-dev \
libsqlite3-dev \
make \
zlib1g-dev \
jq \
ca-certificates \
osmium-tool \
pyosmium \
rsync \
tmux \
zsh \
awscli \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install awscli

# Clone and setup taginfo-tools
RUN git clone https://github.com/taginfo/taginfo-tools.git $workdir/taginfo-tools && \
cd $workdir/taginfo-tools && \
Expand Down

0 comments on commit e6c502e

Please sign in to comment.