mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Split cli and gui bins
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.19
|
||||||
|
|
||||||
# Install only essential runtime dependencies
|
# Install glibc compatibility for Alpine
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
gcompat \
|
||||||
libgcc \
|
libgcc \
|
||||||
libstdc++
|
libstdc++
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user