-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit bfa8111c0c26bfbed1a4fab22884139e5b9f1208 Author: David Watkins <[email protected]> Date: Sun Mar 17 17:08:12 2024 -0700 Use custom Dockerfile commit 066d9b2ade927e01890a3a76c90a6a8610daba98 Author: David Watkins <[email protected]> Date: Sun Mar 17 17:00:35 2024 -0700 Update Gemfile.lock
- Loading branch information
1 parent
158803a
commit 521314e
Showing
3 changed files
with
22 additions
and
21 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Use version of Ruby from Github pages: https://pages.github.com/versions/ | ||
FROM ruby:2.7-alpine | ||
|
||
WORKDIR /srv/jekyll | ||
|
||
RUN apk update && apk add --no-cache build-base gcc cmake git bash | ||
|
||
# Use version of Bundler from Github pages: https://pages.github.com/versions/ | ||
RUN gem install --user-install bundler -v "2.3.10" |
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