Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed May 18, 2024
1 parent 0771936 commit 4b43666
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/autoware-openadk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ ARG ROS_DISTRO

WORKDIR /autoware
COPY autoware.repos /autoware/
# Register the pacmod3_msgs repository
RUN sh -c 'echo "deb [trusted=yes] https://s3.amazonaws.com/autonomoustuff-repo/ $(lsb_release -sc) main" \
> /etc/apt/sources.list.d/autonomoustuff-public.list' \
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
python3-vcstool \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* "$HOME"/.cache
RUN --mount=type=ssh \
Expand Down

0 comments on commit 4b43666

Please sign in to comment.