Skip to content

Instantly share code, notes, and snippets.

@jwhear
Last active July 28, 2022 14:08
Show Gist options
  • Save jwhear/9688d4af0646143e16916b9844d351ea to your computer and use it in GitHub Desktop.
Save jwhear/9688d4af0646143e16916b9844d351ea to your computer and use it in GitHub Desktop.
LiteFS Dockerfile test
FROM alpine
RUN apk add fuse3 wget sqlite consul
# Get LiteFS
RUN wget https://github.com/superfly/litefs/releases/download/v0.1.0/litefs-v0.1.0-linux-amd64.tar.gz -O - | tar -xzf -
# Copy the repro script
COPY repro.sh .
ENTRYPOINT sh repro.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment