Remove git and bash from Dockerfile

This commit is contained in:
2020-10-11 11:56:02 +02:00
parent 14e5510081
commit 831529a8a9

View File

@@ -3,7 +3,7 @@ FROM golang:1.14.0-alpine3.11
# Add Maintainer Info
LABEL maintainer="structix <kontakt@structix.de>"
RUN mkdir /trikotwaschliste && apk add git bash
RUN mkdir /trikotwaschliste
WORKDIR /trikotwaschliste
COPY . .