Browse Source

Need docker to access the docker socket ;)

master
BT 4 years ago
committed by GitHub
parent
commit
13d2851026
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save