Skip to content
Snippets Groups Projects
Commit d1d8e79c authored by Theo Cushion's avatar Theo Cushion
Browse files

chore: remove non build tools from dockerfile

parent ad2d924e
No related branches found
No related tags found
No related merge requests found
......@@ -9,16 +9,10 @@ RUN /app/bootstrap-apt-upgrade.sh && \
apt-get install -y --no-install-recommends \
build-essential \
cmake \
curl \
default-libmysqlclient-dev \
git \
libpq-dev \
nano \
nodejs \
pkg-config \
ruby-dev \
shared-mime-info \
telnet && \
pkg-config && \
/app/bootstrap-apt-clean.sh
# Prepare bundle for the gem build environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment