We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7656f commit a51a0ccCopy full SHA for a51a0cc
Dockerfile
@@ -1,14 +1,6 @@
1
# Stage 1: Build phase
2
3
-FROM ubuntu:latest AS build
4
-
5
-## Dependencies
6
7
-RUN apt-get update \
8
- && apt-get install -y --no-install-recommends openjdk-21-jdk \
9
- && rm -rf /var/lib/apt/lists/* \
10
- && rm -rf /usr/share/doc && rm -rf /usr/share/man \
11
- && apt-get clean
+FROM ghcr.io/google/tsunami-scanner-devel:latest AS build
12
13
# Compile the callback server
14
0 commit comments