From 8cbc83879088f6b11e1fec30f703073dbf2700b8 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 29 Sep 2021 15:57:11 -0300 Subject: [PATCH] don't create users --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b85c14..b394ec1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,10 +8,6 @@ RUN apk add --no-cache ruby-dev ruby-bundler ruby-json ruby-bigdecimal ruby-rake RUN apk add --no-cache postgresql-dev sqlite-dev mariadb-dev RUN apk add --no-cache linux-headers -RUN addgroup -g 82 -S www-data -RUN adduser -s /bin/sh -G www-data -h /home/app -D app -RUN install -dm 2750 -o app -g www-data /home/app/sutty - # https://github.com/rubygems/rubygems/issues/2918 # https://gitlab.alpinelinux.org/alpine/aports/issues/10808 COPY ./rubygems-platform-musl.patch /tmp/