Remove curl dependency on alpine image

This commit is contained in:
nicolas.dorier 2019-03-20 11:49:43 +09:00
parent abbdbda03a
commit bf5a624209

View File

@ -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