File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414FROM gcr.io/clusterfuzz-images/base
1515
16+ # luarocks is needed for running lua projects in oss-fuzz.
1617RUN apt-get update && apt-get install -y luarocks
1718
1819ENV UPDATE_WEB_TESTS False
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414FROM gcr.io/clusterfuzz-images/base:ubuntu-20-04
1515
16+ # luarocks is needed for running lua projects in oss-fuzz.
1617RUN apt-get update && apt-get install -y luarocks
1718
1819ENV UPDATE_WEB_TESTS False
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414FROM gcr.io/clusterfuzz-images/base:ubuntu-24-04
1515
16+ # luarocks is needed for running lua projects in oss-fuzz.
1617RUN apt-get update && apt-get install -y luarocks
1718
1819ENV UPDATE_WEB_TESTS False
You can’t perform that action at this time.
0 commit comments