Skip to content

Commit f07c24a

Browse files
Comment on the luarocks installs in the dockerfiles that it is needed for running lua projects in oss-fuzz
1 parent f7aa481 commit f07c24a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/oss-fuzz/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414
FROM gcr.io/clusterfuzz-images/base
1515

16+
# luarocks is needed for running lua projects in oss-fuzz.
1617
RUN apt-get update && apt-get install -y luarocks
1718

1819
ENV UPDATE_WEB_TESTS False

docker/oss-fuzz/base/ubuntu-20-04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414
FROM gcr.io/clusterfuzz-images/base:ubuntu-20-04
1515

16+
# luarocks is needed for running lua projects in oss-fuzz.
1617
RUN apt-get update && apt-get install -y luarocks
1718

1819
ENV UPDATE_WEB_TESTS False

docker/oss-fuzz/base/ubuntu-24-04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414
FROM gcr.io/clusterfuzz-images/base:ubuntu-24-04
1515

16+
# luarocks is needed for running lua projects in oss-fuzz.
1617
RUN apt-get update && apt-get install -y luarocks
1718

1819
ENV UPDATE_WEB_TESTS False

0 commit comments

Comments
 (0)