From 2b58ef9c14e96d136eb841343176bc7b3bba9f01 Mon Sep 17 00:00:00 2001 From: numan Date: Fri, 31 Mar 2023 10:33:09 +0300 Subject: [PATCH] minor typo fix on comment in Dockerfile_base-focal changed Intall ->Install --- docker/Dockerfile_base-focal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile_base-focal b/docker/Dockerfile_base-focal index 8676023..f5fc696 100644 --- a/docker/Dockerfile_base-focal +++ b/docker/Dockerfile_base-focal @@ -85,7 +85,7 @@ RUN wget -q "https://services.gradle.org/distributions/gradle-6.3-rc-4-bin.zip" ENV PATH "/opt/gradle/gradle-6.3-rc-4/bin:$PATH" -# Intall foonathan_memory from source as it is required to Fast-RTPS >= 1.9 +# Install foonathan_memory from source as it is required to Fast-RTPS >= 1.9 RUN git clone https://github.com/eProsima/foonathan_memory_vendor.git /tmp/foonathan_memory \ && cd /tmp/foonathan_memory \ && mkdir build && cd build \