Skip to content

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ dockerfile in docker := {
6161
label("maintainer", "support@hydrosphere.io")
6262

6363
run("apk", "update")
64-
run("apk", "add", "libcrypto1.1>=1.1.1", "libssl1.1>=1.1.1", "openssl>=1.1.1", "jq")
64+
run("apk", "add", "--no-cache", "freetype>=2.9.1-r3", "krb5-libs>=1.15.5-r1", "libbz2>=1.0.6-r7",
65+
"libcom_err>=1.44.5-r2", "libcrypto1.1>=1.1.1k-r0", "libjpeg-turbo>=1.5.3-r6", "libssl1.1>=1.1.1k-r0",
66+
"libtasn1>=4.14", "libx11>=1.6.12-r0", "musl>=1.1.20-r6", "openjdk8-jre>=8.272.10-r0",
67+
"openjdk8-jre-base>=8.272.10-r0", "openjdk8-jre-lib>=8.272.10-r0", "sqlite-libs>=3.28.0-r3", "jq")
6568
run("rm", "-rf", "/var/cache/apk/*")
6669

6770
workDir("/app/")

0 commit comments

Comments
 (0)