We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6981fd0 commit 3c0b7c2Copy full SHA for 3c0b7c2
Dockerfile.template.patch
@@ -1,5 +1,5 @@
1
diff --git a/Dockerfile.template b/Dockerfile.template
2
-index 4a3fc4a..515b104 100644
+index 4a3fc4a..27e39b9 100644
3
--- a/Dockerfile.template
4
+++ b/Dockerfile.template
5
@@ -36,7 +36,8 @@ ENV RUBY_DOWNLOAD_SHA256 {{ .sha256.xz }}
@@ -20,14 +20,14 @@ index 4a3fc4a..515b104 100644
20
gdbm-dev \
21
glib-dev \
22
gmp-dev \
23
-@@ -88,6 +90,7 @@ RUN set -eux; \
24
- dpkg-dev \
25
- libgdbm-dev \
26
- ruby \
27
-+ git \
28
- {{ if is_slim then ( -}}
29
- autoconf \
+@@ -93,6 +95,7 @@ RUN set -eux; \
30
bzip2 \
+ g++ \
+ gcc \
++ git \
+ libbz2-dev \
+ libffi-dev \
+ libgdbm-compat-dev \
31
@@ -183,12 +186,10 @@ RUN set -eux; \
32
fi; \
33
{{ ) else "" end -}}
0 commit comments