mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Remove curl dependency on alpine image
This commit is contained in:
parent
abbdbda03a
commit
bf5a624209
@ -14,8 +14,6 @@ ENV LC_ALL en_US.UTF-8
|
|||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# This should be removed soon https://github.com/dotnet/corefx/issues/30003
|
|
||||||
RUN apk add --no-cache curl
|
|
||||||
RUN mkdir /datadir
|
RUN mkdir /datadir
|
||||||
ENV BTCPAY_DATADIR=/datadir
|
ENV BTCPAY_DATADIR=/datadir
|
||||||
VOLUME /datadir
|
VOLUME /datadir
|
||||||
|
Loading…
Reference in New Issue
Block a user