Skip to content

Commit

Permalink
Fix dockerfile, update to prefered image
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Feb 28, 2022
1 parent 4c131eb commit d0a94f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ruby:2.7.5
FROM ${base_image}
FROM ruby:2.7.5-slim-buster
RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y build-essential nodejs && apt-get clean

# This image is only intended to be able to run this app in a production RAILS_ENV
Expand Down

0 comments on commit d0a94f2

Please sign in to comment.