mirror of
https://gitlab.com/skobkin/docker-murmur.git
synced 2024-10-31 17:23:32 +00:00
Changing alpine image to edge.
This commit is contained in:
parent
f0c612a54f
commit
17d54aab7c
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3 as builder
|
FROM alpine:edge as builder
|
||||||
|
|
||||||
ARG VERSION=1.4.230
|
ARG VERSION=1.4.230
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ RUN \
|
||||||
cmake -Dclient=OFF -Ddbus=OFF -Dice=OFF -Dzeroconf=OFF .. && \
|
cmake -Dclient=OFF -Ddbus=OFF -Dice=OFF -Dzeroconf=OFF .. && \
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:edge
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update -q --no-cache && \
|
apk update -q --no-cache && \
|
||||||
|
|
Loading…
Reference in a new issue