Browse Source

Add docker to apk

master
nolim1t 4 years ago
parent
commit
9e633fbe1e
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      Dockerfile

2
Dockerfile

@ -1,6 +1,6 @@
FROM alpine:3.10
RUN apk add --no-cache curl jq bash
RUN apk add --no-cache curl jq bash docker
RUN mkdir /lnd/
RUN mkdir /secrets/

Loading…
Cancel
Save