fix: add more alpine packages
This commit is contained in:
parent
b27c2c15cb
commit
8547e72fbd
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue