Use gcompat instread of deprecated libc6-compat in alpine edge
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2024-01-05 11:48:44 +01:00
parent 83bf0e890f
commit 4424ad0e9f
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
RUN apk --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main add git libc6-compat libstdc++
RUN apk --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main add git gcompat libstdc++
ENV PLUGIN_HUGO_ARCH=64bit
ENV PLUGIN_HUGO_SHIPPED_VERSION=0.101.0

View File

@ -17,7 +17,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
RUN apk --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main add git libc6-compat libstdc++
RUN apk --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main add git gcompat libstdc++
ENV PLUGIN_HUGO_ARCH=arm
ENV PLUGIN_HUGO_SHIPPED_VERSION=0.101.0

View File

@ -17,7 +17,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
RUN apk --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main add git libc6-compat libstdc++
RUN apk --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main add git gcompat libstdc++
ENV PLUGIN_HUGO_ARCH=arm64
ENV PLUGIN_HUGO_SHIPPED_VERSION=0.101.0