Replies: 1 comment 1 reply
-
Alpine images on AArch64 has known issues with all kinds of software (e.g. prisma/prisma#9572). Use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a repo with the remote theme starter and wanted to try it out locally.
For that I'm using a docker image based on
FROM ruby:2.7-alpine3.15
on an M1 Mac.I map the local repo copy in the container and in the container run
bundle install
to install all the dependencies.But when I then run
bundle exec jekyll serve
I get the following error:Any idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions