Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored and jazzido committed Apr 10, 2024
1 parent 20a69b7 commit f4f15e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM jruby:9.2-jdk

RUN apt-get update -qq && apt-get install -y build-essential \
RUN apt-get update -qq && apt-get install -y build-essential git \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc

Expand Down

0 comments on commit f4f15e8

Please sign in to comment.