mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-13 17:34:57 +00:00
fix: add more alpine packages
This commit is contained in:
committed by
Silthus
parent
b27c2c15cb
commit
8547e72fbd
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine-sdk AS builder
|
FROM alpine AS builder
|
||||||
|
|
||||||
RUN mkdir -p /opt
|
RUN mkdir -p /opt
|
||||||
|
|
||||||
@@ -13,6 +13,12 @@ RUN tar x -f /tmp/rcon-cli.tar.gz -C /opt/ && \
|
|||||||
|
|
||||||
RUN apk -U --no-cache add \
|
RUN apk -U --no-cache add \
|
||||||
build-base \
|
build-base \
|
||||||
|
build-dependencies \
|
||||||
|
gcc \
|
||||||
|
wget \
|
||||||
|
git \
|
||||||
|
curl \
|
||||||
|
openssl-dev \
|
||||||
mariadb-dev \
|
mariadb-dev \
|
||||||
makec
|
makec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user