Merge pull request #2057 from schmitts/fix_dockerfile

Remove libgpgme-devel from Dockerfile dependencies
This commit is contained in:
Christian Goll
2025-11-03 14:14:30 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
FROM opensuse/tumbleweed:latest as builder
FROM opensuse/tumbleweed:latest AS builder
RUN zypper -n install --no-recommends git go1.22 libgpgme-devel unzip &&\
RUN zypper -n install --no-recommends git go1.22 unzip &&\
zypper -n install -t pattern devel_basis
# now build the warewulf