Skip to content
Snippets Groups Projects
Commit 2254cf4f authored by Christian Pointner's avatar Christian Pointner
Browse files

whitespace fix

parent 4c1dbdb0
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ FROM golang:1.12-buster
MAINTAINER Christian Pointner <equinox@helsinki.at>
RUN set -e \
&& apt-get update -q \
&& apt-get install -y -q --no-install-recommends make \
&& apt-get update -q \
&& apt-get install -y -q --no-install-recommends make \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY Makefile go.mod go.sum /usr/src/
......@@ -24,7 +24,7 @@ MAINTAINER Christian Pointner <equinox@helsinki.at>
RUN set -e \
&& apt-get update -q \
&& apt-get install -y -q --no-install-recommends ffmpeg \
&& apt-get install -y -q --no-install-recommends ffmpeg \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN set -e \
......
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