Skip to content

Commit

Permalink
fix broken slim image
Browse files Browse the repository at this point in the history
  • Loading branch information
baldarn committed Jan 14, 2025
1 parent 17f33c3 commit a6786a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6786a6

Please sign in to comment.