Commit 46caa25a authored by Andrei Vagin's avatar Andrei Vagin

dockerfile: use a newer version of Alpine

We see the "No space left on device" error on the current version,
so let's try to use a newer version of Alpine, maybe this error
has been fixed there.
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent b56c5f8a
FROM alpine:3.4
FROM alpine:3.5
ARG CC=gcc
RUN apk update && apk add \
build-base \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment