Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ FROM ghcr.io/ruby/ubuntu:$BASE_IMAGE_TAG AS build
ARG BASE_IMAGE_TAG
ARG RUBY_VERSION

ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV LANG=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive

RUN set -ex && \
apt-get update && \
Expand Down Expand Up @@ -70,8 +70,8 @@ ARG BASE_IMAGE_TAG
ARG RUBY_VERSION
ARG RUBY_SO_SUFFIX

ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV LANG=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive

RUN set -ex && \
apt-get update && \
Expand Down