Skip to content

Commit

Permalink
Fix alpine 20 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Oct 2, 2024
1 parent c89e95c commit 75f2f32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ ARG BASE_IMAGE_TAG=latest

FROM ruby:${BASE_IMAGE_TAG}

LABEL maintainer "Michael Baudino <[email protected]>"

# Explicitely define locale
# as advised in https://github.com/docker-library/docs/blob/master/ruby/content.md#encoding
ENV LANG="C.UTF-8"
Expand Down Expand Up @@ -48,6 +46,7 @@ RUN set -eux; \
apk add --no-cache \
alpine-sdk \
openssh \
curl \
jq \
nano \
nodejs \
Expand Down

0 comments on commit 75f2f32

Please sign in to comment.