Skip to content

Commit

Permalink
Merge pull request #1267 from alphagov/add-dev.Dockerfile
Browse files Browse the repository at this point in the history
Add dev.Dockerfile to use on local dev cluster
  • Loading branch information
kentsanggds authored Mar 7, 2024
2 parents a1fe77e + 8b09816 commit e843612
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ghcr.io/alphagov/datagovuk_publish:v2.16.0

USER root
ENV BUNDLE_WITHOUT=""
ENV RAILS_ENV=development
RUN install_packages \
g++ git gpg libc-dev libcurl4-openssl-dev libgdbm-dev libssl-dev \
libmariadb-dev-compat libpq-dev libyaml-dev make xz-utils
RUN bundle install

USER app

0 comments on commit e843612

Please sign in to comment.