From c429ae642b2cf3d3cd9650698fe4ff73650fa4d8 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Mon, 26 Aug 2024 11:42:36 -0700 Subject: [PATCH] fix: linting --- packages/c-ares/Containerfile | 2 +- packages/libev/Containerfile | 2 +- packages/libnghttp2/Containerfile | 2 +- packages/nodejs/Containerfile | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/c-ares/Containerfile b/packages/c-ares/Containerfile index ab27305..cf551f3 100644 --- a/packages/c-ares/Containerfile +++ b/packages/c-ares/Containerfile @@ -15,7 +15,7 @@ COPY --from=stagex/make . / COPY --from=stagex/gcc . / RUN --network=none tar -xf ${SRC_FILE} -WORKDIR c-ares-${VERSION} +WORKDIR /c-ares-${VERSION} RUN --network=none <