smartcloud 0.0.74 → 0.0.75
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9aaa0544900a757917d8dfa426b78f3186771487801f1b9bfb04cac60f83932
|
4
|
+
data.tar.gz: b6a0b79d6b82397a4842a89eef06daff2af76b1b7eb310587ec0b20a61fe628d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ebb3ee1e861a3ccd38791afe8aefcb9c49ebb1ce12b4a98005efc8053070b80180893a0e873ccc46d7d953963b1f451970d22ce5b7a22d5e06f1a860565d7d1
|
7
|
+
data.tar.gz: f306b46e60a3d065b5a7514611fecaa2de7e4d0e6638f3c0f5cf6ab8c78cafc693d40110e1077f152af70ae5dce2b05675bd383eb17d374d318cca3a61379132
|
@@ -7,7 +7,7 @@ RUN apk add --update build-base && \
|
|
7
7
|
apk add --update tzdata && \
|
8
8
|
apk add --update nodejs && \
|
9
9
|
apk add --update yarn && \
|
10
|
-
apk add --update
|
10
|
+
apk add --update mariadb-dev && \
|
11
11
|
apk add --update imagemagick && \
|
12
12
|
apk add --update ffmpeg && \
|
13
13
|
apk add --update mupdf && \
|