Fixed incorrect naming
This commit is contained in:
@@ -77,18 +77,18 @@ WORKDIR /out/ask
|
||||
RUN curl -fL --retry 3 -o "${MONO_ASK_VERSION}.tar.gz" \
|
||||
"https://github.com/we-are-mono/ASK/archive/refs/tags/${MONO_ASK_VERSION}.tar.gz"
|
||||
|
||||
# ---- libhnfnetlink ----
|
||||
FROM base AS libhnfnetlink
|
||||
# ---- libnfnetlink ----
|
||||
FROM base AS libnfnetlink
|
||||
ARG LIBNFNETLINK_VERSION
|
||||
WORKDIR /out/ask/libhnfnetlink
|
||||
WORKDIR /out/ask/libnfnetlink
|
||||
RUN curl -fL --retry 3 -o "${LIBNFNETLINK_VERSION}.tar.bz2" \
|
||||
"https://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${LIBNFNETLINK_VERSION}.tar.bz2"
|
||||
|
||||
# ---- libhnfct ----
|
||||
FROM base AS libhnfct
|
||||
# ---- libnfct ----
|
||||
FROM base AS libnfct
|
||||
ARG LIBNFCT_VERSION
|
||||
WORKDIR /out/ask/libhnfct
|
||||
RUN curl -fL --retry 3 -o "${LIBNFCT_VERSION}.tar.gz" \
|
||||
WORKDIR /out/ask/libnfct
|
||||
RUN curl -fL --retry 3 -o "${LIBNFCT_VERSION}.tar.xz" \
|
||||
"https://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${LIBNFCT_VERSION}.tar.xz"
|
||||
|
||||
# ---- libcli ----
|
||||
@@ -133,8 +133,8 @@ COPY --from=fmlib /out/ /
|
||||
COPY --from=fmc /out/ /
|
||||
COPY --from=mono_ask /out/ /
|
||||
COPY --from=vpp /out/ /
|
||||
COPY --from=libhnfnetlink /out/ /
|
||||
COPY --from=libhnfct /out/ /
|
||||
COPY --from=libnfnetlink /out/ /
|
||||
COPY --from=libnfct /out/ /
|
||||
COPY --from=libcli /out/ /
|
||||
COPY --from=alpine_rootfs /out/ /
|
||||
COPY --from=nxp_linux /out/ /
|
||||
|
||||
Reference in New Issue
Block a user