|
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.title="LTWG" \
|
|
org.opencontainers.image.licenses="MIT" \
|
|
org.opencontainers.image.licenses="MIT" \
|
|
org.opencontainers.image.source="https://git.lvtao.net/memory/ltwg.git"
|
|
org.opencontainers.image.source="https://git.lvtao.net/memory/ltwg.git"
|
|
|
|
|
|
-COPY LTWG-linux-amd64 /LTWG/ltwg
|
|
|
|
|
|
+COPY ltwg /LTWG/ltwg
|
|
|
|
|
|
# Install Linux packages
|
|
# Install Linux packages
|
|
RUN apk add --no-cache --purge --clean-protected dumb-init iptables tzdata && rm -rf /var/cache/apk/*
|
|
RUN apk add --no-cache --purge --clean-protected dumb-init iptables tzdata && rm -rf /var/cache/apk/*
|