mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-13 16:25:00 +00:00
Dockerfile: workaround to allow creation of docker images (#2569)
This commit is contained in:
parent
3d752b11b9
commit
ba90e3f59b
@ -14,6 +14,9 @@ RUN apk add --no-cache bash git build-base pcre-dev linux-headers curl jq rust c
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# workaround for alpine issue: https://github.com/alpinelinux/docker-alpine/issues/383
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
# Ran separately from 'make' to avoid re-doing
|
||||
RUN git submodule update --init --recursive
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user