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 <