From 99252c2acbde92c162f4746c7c1f59bf0bcd95a4 Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Mon, 9 Sep 2024 16:26:16 -0300 Subject: [PATCH] chore: trimming tailing spaces --- cpp-low-level/Dockerfile | 2 +- javascript/Dockerfile | 2 +- typescript/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp-low-level/Dockerfile b/cpp-low-level/Dockerfile index 3db90dd..b590fab 100644 --- a/cpp-low-level/Dockerfile +++ b/cpp-low-level/Dockerfile @@ -12,7 +12,7 @@ apt-get install -y --no-install-recommends \ ca-certificates \ curl \ libtool \ - wget + wget rm -rf /var/lib/apt/lists/* EOF diff --git a/javascript/Dockerfile b/javascript/Dockerfile index 498e6ab..3903a8f 100644 --- a/javascript/Dockerfile +++ b/javascript/Dockerfile @@ -3,7 +3,7 @@ # build stage: includes resources necessary for installing dependencies # Here the image's platform does not necessarily have to be riscv64. -# If any needed dependencies rely on native binaries, you must use +# If any needed dependencies rely on native binaries, you must use # a riscv64 image such as cartesi/node:20-jammy for the build stage, # to ensure that the appropriate binaries will be generated. FROM node:20.16.0-bookworm AS build-stage diff --git a/typescript/Dockerfile b/typescript/Dockerfile index 498e6ab..3903a8f 100644 --- a/typescript/Dockerfile +++ b/typescript/Dockerfile @@ -3,7 +3,7 @@ # build stage: includes resources necessary for installing dependencies # Here the image's platform does not necessarily have to be riscv64. -# If any needed dependencies rely on native binaries, you must use +# If any needed dependencies rely on native binaries, you must use # a riscv64 image such as cartesi/node:20-jammy for the build stage, # to ensure that the appropriate binaries will be generated. FROM node:20.16.0-bookworm AS build-stage