fix: add more alpine packages

This commit is contained in:
Michael Reichenbach 2021-03-08 12:54:58 +01:00 committed by Silthus
parent b27c2c15cb
commit 8547e72fbd
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine-sdk AS builder
FROM alpine AS builder
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 \
build-base \
build-dependencies \
gcc \
wget \
git \
curl \
openssl-dev \
mariadb-dev \
makec