Skip to content

Commit

Permalink
ci: fix build_with_autoware by updating locale version
Browse files Browse the repository at this point in the history
Signed-off-by: takeshi.iwanari <[email protected]>
  • Loading branch information
takeshi-iwanari committed Sep 13, 2023
1 parent 0c395d0 commit aee0b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_autoware.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG AUTOWARE_VERSION="main"

RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
locales=2.35-0ubuntu3.1 \
locales=2.35-0ubuntu3.3 \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit aee0b8a

Please sign in to comment.