Skip to content

Commit 9b07078

Browse files
Combine two RUNs
1 parent 8433a3d commit 9b07078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/release-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN apt-get update \
1616
&& rm -rf /var/lib/apt/lists/*
1717

1818
# https://wiki.debian.org/Locale#Manually
19-
RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen
20-
RUN locale-gen
19+
RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen \
20+
&& locale-gen
2121
ENV LANG=en_US.UTF-8
2222

2323
RUN chsh -s /bin/bash

0 commit comments

Comments
 (0)