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 c89e95c commit 75f2f32Copy full SHA for 75f2f32
Dockerfile
@@ -4,8 +4,6 @@ ARG BASE_IMAGE_TAG=latest
4
5
FROM ruby:${BASE_IMAGE_TAG}
6
7
-LABEL maintainer "Michael Baudino <[email protected]>"
8
-
9
# Explicitely define locale
10
# as advised in https://github.com/docker-library/docs/blob/master/ruby/content.md#encoding
11
ENV LANG="C.UTF-8"
@@ -48,6 +46,7 @@ RUN set -eux; \
48
46
apk add --no-cache \
49
47
alpine-sdk \
50
openssh \
+ curl \
51
jq \
52
nano \
53
nodejs \
0 commit comments