Skip to content

Commit

Permalink
add build setting for Dockerfile. (ros2#4208)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Mar 5, 2024
1 parent ef569b0 commit a235f39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ RUN apt-get update && \
apt-get install --no-install-recommends -y \
git-all \
graphviz \
locales \
make \
python3-pip && \
rm -rf /var/lib/apt/lists/*

RUN locale-gen en_US en_US.UTF-8
RUN update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
ENV LANG=en_US.UTF-8

RUN useradd -u $uid -m $user
ENV HOME=/home/$user
ENV PATH=/home/$user/.local/bin:$PATH
Expand Down

0 comments on commit a235f39

Please sign in to comment.