Skip to content
Snippets Groups Projects
Verified Commit 80722164 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Removed unnecessary dependencies

parent c0fb632c
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@ FROM golang
RUN curl https://glide.sh/get | sh
RUN apt-get update && apt-get install -y --no-install-recommends \
imagemagick \
libmagickwand-dev
WORKDIR /go/src/app
COPY . .
RUN glide install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment