Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Mar 31, 2024
1 parent da0760f commit 263ab71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/mithril_snapshot/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package-preview-snapshot:

# extract preview archive
RUN apk add zstd
RUN mkdir preview && zstd -d preview.tar.zst && tar -xf preview.tar
RUN zstd -d preview.tar.zst && tar -xf preview.tar
RUN rm preview.tar && rm preview.tar.zst
RUN ls /snapshot/immutable

Expand Down

0 comments on commit 263ab71

Please sign in to comment.