Skip to content

Commit cdc3d6f

Browse files
committed
chmod +x
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent f8d344e commit cdc3d6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2020
COPY setup-dev-env.sh ansible-galaxy-requirements.yaml amd64.env arm64.env /autoware/
2121
COPY ansible/ /autoware/ansible/
2222
COPY docker/scripts/build_and_clean.sh /autoware/build_and_clean.sh
23-
RUN chmod +x /autoware/build_and_clean.sh
2423
COPY docker/scripts/cleanup_system.sh /autoware/cleanup_system.sh
2524
COPY docker/scripts/resolve_rosdep_keys.sh /autoware/resolve_rosdep_keys.sh
26-
RUN chmod +x /autoware/resolve_rosdep_keys.sh
25+
RUN chmod +x /autoware/build_and_clean.sh \
26+
&& chmod +x /autoware/cleanup_system.sh \
27+
&& chmod +x /autoware/resolve_rosdep_keys.sh
2728
WORKDIR /autoware
2829

2930
# Set up base environment

0 commit comments

Comments
 (0)