Skip to content

Commit

Permalink
add rails 3.3 images
Browse files Browse the repository at this point in the history
Signed-off-by: Zachery Hostens <[email protected]>
  • Loading branch information
zacheryph committed Jan 31, 2024
1 parent 6b64738 commit 9293e81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rails/3.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM ruby:3.3-alpine

# Dependencies
RUN apk add --no-cache gcompat tzdata shared-mime-info libpq
6 changes: 6 additions & 0 deletions rails/3.3/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ghcr.io/routine/rails:3.3

RUN apk add --no-cache \
build-base python3 less git \
postgresql-dev \
nodejs-current npm yarn

0 comments on commit 9293e81

Please sign in to comment.