diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea97421..7c656a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v3 - - name: Login to Docker Hub + - name: Login to registry uses: docker/login-action@v3 with: registry: ghcr.io diff --git a/Dockerfile b/Dockerfile index cdb9936..bfe8d7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /rails # Install base packages RUN apt-get update -qq && \ - apt-get install --no-install-recommends -y curl clang libjemalloc2 libvips sqlite3 && \ + apt-get install --no-install-recommends -y curl clang libjemalloc2 libvips sqlite3 libyaml-dev && \ rm -rf /var/lib/apt/lists /var/cache/apt/archives # Set production environment