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
Branches 86-make-both-users-to-room-admins-in-a-direct-chat
Tags
No related merge requests found
...@@ -2,10 +2,6 @@ FROM golang ...@@ -2,10 +2,6 @@ FROM golang
RUN curl https://glide.sh/get | sh 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 WORKDIR /go/src/app
COPY . . COPY . .
RUN glide install RUN glide install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment