Skip to content

Commit 75f2f32

Browse files
committed
Fix alpine 20 builds
1 parent c89e95c commit 75f2f32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ ARG BASE_IMAGE_TAG=latest
44

55
FROM ruby:${BASE_IMAGE_TAG}
66

7-
LABEL maintainer "Michael Baudino <[email protected]>"
8-
97
# Explicitely define locale
108
# as advised in https://github.com/docker-library/docs/blob/master/ruby/content.md#encoding
119
ENV LANG="C.UTF-8"
@@ -48,6 +46,7 @@ RUN set -eux; \
4846
apk add --no-cache \
4947
alpine-sdk \
5048
openssh \
49+
curl \
5150
jq \
5251
nano \
5352
nodejs \

0 commit comments

Comments
 (0)