Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Use buildpack-deps:bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed Nov 20, 2023
1 parent 54f3534 commit b5e5467
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# Needs to match version specified in config for ruby/setup-ruby@v1
FROM ruby:3.1.4
# FROM ruby:3.1.4
FROM buildpack-deps:bookworm

# Set default locale for the environment
ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

LABEL "com.github.actions.name"="Build & Deploy to GitHub Pages"
LABEL "com.github.actions.description"="Builds & deploys Jekyll to gh-pages branch of the same repository. "
LABEL "com.github.actions.icon"="globe"
LABEL "com.github.actions.color"="green"

LABEL "repository"="http://github.com/Li357/jekyll-deploy-gh-pages"

# Install NodeJS
RUN apt-get update && apt-get install -y ca-certificates curl gnupg && apt-get clean
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
Expand Down

0 comments on commit b5e5467

Please sign in to comment.