Revert "Docker image arch linux/arm/v7 added"
This reverts commit 8c5b04a0df.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# syntax=docker/dockerfile:1.2
|
||||
|
||||
# Image page: <https://hub.docker.com/_/gcc>
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} gcc:10.2.0 as builder
|
||||
FROM gcc:10.2.0 as builder
|
||||
|
||||
# e.g.: `docker build --build-arg "VERSION=0.9.3" .`
|
||||
ARG VERSION="0.9.3"
|
||||
@@ -36,7 +34,7 @@ RUN set -x \
|
||||
&& strip ./bin/SSLPlugin.ld.so
|
||||
|
||||
# Prepare filesystem for 3proxy running
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} busybox:1.32-glibc as buffer
|
||||
FROM busybox:1.32-glibc as buffer
|
||||
|
||||
# Copy binaries
|
||||
COPY --from=builder /lib/x86_64-linux-gnu/libdl.so.* /lib/
|
||||
|
||||
Reference in New Issue
Block a user