Compare commits
2 commits
6a55cd5d8b
...
8cbc838790
Author | SHA1 | Date | |
---|---|---|---|
|
8cbc838790 | ||
|
443597da4b |
1 changed files with 1 additions and 5 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue