Remove git and bash from Dockerfile
This commit is contained in:
@@ -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 . .
|
||||
|
||||
|
Reference in New Issue
Block a user