Skip to content

Commit

Permalink
Fix invalid mimemagic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
esebastian committed Mar 27, 2021
1 parent 27e6729 commit df4175c
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 167 deletions.
17 changes: 2 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
ARG appdir=/app

FROM ruby:2.3.1-slim
FROM ruby:2.5.1

RUN set -ex \
&& echo "deb http://deb.debian.org/debian jessie main\ndeb http://security.debian.org jessie/updates main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
curl \
file \
git \
gnupg \
imagemagick \
libmysqlclient-dev \
libpq-dev \
libsqlite3-dev \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
&& apt-get install -f -y --no-install-recommends \
nodejs \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit df4175c

Please sign in to comment.