You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN python3 -c "import yara; r = yara.compile(filepath='/var/lib/metadig/packages/core/yara-rules-core.yar'); r.save('/var/lib/metadig/yara-compiled.yc')"
53
+
RUN chmod o+rx /var/lib/metadig/yara-compiled.yc
54
+
48
55
# Run the Worker process
49
56
# Note: docker --buile-arg only allows one argument (one token only, multiple tokens inside quotes doesn't work, so have
50
57
# to specify java options directly on command line.
0 commit comments