Skip to content

Commit

Permalink
Use image that is used for deployment in devcontainer (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored Dec 17, 2023
1 parent 1180707 commit 16387e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
FROM fedora:30

RUN dnf install -y \
ruby rubygems rubygem-bundler rubygem-json \
git gcc gcc-c++ make redhat-rpm-config patch \
ruby-devel libffi-devel zlib-devel
FROM docker.io/library/ruby:3.0.4

0 comments on commit 16387e0

Please sign in to comment.