update Dockerfile

This commit is contained in:
Björn Ellensohn 2023-08-21 09:28:33 +02:00
parent a768efe59c
commit daee5e3d05

View File

@ -29,7 +29,7 @@ COPY dependencies.amd64.repos .
RUN echo "Hardware platform is: $(uname -m)" RUN echo "Hardware platform is: $(uname -m)"
RUN uname -a RUN uname -a
RUN echo "update base 17.08.2023-2" RUN echo "update base 18.08.2023-5"
RUN if [ "$(uname -m)" = "x86_64" ]; then \ RUN if [ "$(uname -m)" = "x86_64" ]; then \
echo "Copying files for linux/amd64"; \ echo "Copying files for linux/amd64"; \
@ -61,8 +61,6 @@ ENV RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
ENV UNDERLAY_WS=${UNDERLAY_WS} ENV UNDERLAY_WS=${UNDERLAY_WS}
RUN echo "update Entrypoint 18.08.2023"
# Set up the entrypoint # Set up the entrypoint
COPY ./docker/entrypoint.sh / COPY ./docker/entrypoint.sh /
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh