Compare commits

...

2 commits

Author SHA1 Message Date
f
8cbc838790 don't create users
All checks were successful
continuous-integration/drone the build was successful
2021-09-29 15:57:11 -03:00
f
443597da4b base image 2021-09-29 15:57:01 -03:00

View file

@ -1,4 +1,4 @@
ARG BASE_IMAGE=sutty/sdk-ruby
ARG BASE_IMAGE=sutty/sdk
ARG ALPINE_VERSION=3.13.6
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>"
@ -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/