remove sudo

This commit is contained in:
Ulf Gebhardt 2021-10-11 15:24:29 +02:00
parent 04fec0f481
commit f25f0fe96f
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -31,8 +31,8 @@ LABEL org.label-schema.schema-version="1.0"
LABEL maintainer="support@gradido.net" LABEL maintainer="support@gradido.net"
# Install Additional Software # Install Additional Software
## install: sudo ## install: git
RUN apk --no-cache add sudo #RUN apk --no-cache add git
# Settings # Settings
## Expose Container Port ## Expose Container Port