inlined strcase dependency

cleanup wrong  dependency in go.mod
This commit is contained in:
Mahmoud Rahbar Azad 2018-10-27 00:10:08 +02:00
parent 0a64b76687
commit 1a9ed2b37a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 7DBBD39E2BFEB784
9 changed files with 141 additions and 21 deletions

10
Dockerfile_only_build Normal file
View file

@ -0,0 +1,10 @@
FROM golang:1.11-stretch
RUN mkdir /hetzner-sb-notifier
COPY . /hetzner-sb-notifier/
WORKDIR /hetzner-sb-notifier
RUN chmod +x build.sh
RUN /hetzner-sb-notifier/build.sh linux
RUN ls -lth /hetzner-sb-notifier/builds