This commit is contained in:
parent
443597da4b
commit
8cbc838790
1 changed files with 0 additions and 4 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue