Skip to content

Commit

Permalink
remove imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefan1999-personal committed Oct 1, 2020
1 parent 943463b commit fbc8279
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM node:lts-buster-slim

RUN apt update && apt install -y imagemagick && \
apt autoremove -y && apt clean && rm -rf /var/lib/{cache,log}/ /var/lib/apt/lists/*

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

Expand Down

0 comments on commit fbc8279

Please sign in to comment.