-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace bootstrap gem with vendored theme assets (#332)
This removes the need for execjs gem and node and should allow us to also use the latest alpine version of ruby docker image again.
- Loading branch information
1 parent
4103044
commit 880c045
Showing
9 changed files
with
11,415 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ruby:3.2.2-alpine3.18 | ||
FROM ruby:3.2.2-alpine | ||
|
||
MAINTAINER Klaus Meyer <[email protected]> | ||
|
||
|
@@ -20,7 +20,7 @@ WORKDIR /app | |
ADD . . | ||
|
||
RUN apk update \ | ||
&& apk add build-base zlib-dev tzdata git nodejs openssl-dev shared-mime-info postgresql-dev libc6-compat \ | ||
&& apk add build-base zlib-dev tzdata git openssl-dev shared-mime-info postgresql-dev libc6-compat \ | ||
&& rm -rf /var/cache/apk/* \ | ||
&& gem install bundler -v $(tail -n1 Gemfile.lock | xargs) \ | ||
&& bundle config set build.sassc '--disable-march-tune-native' \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.