Skip to content

Commit a51a0cc

Browse files
tooryxcopybara-github
authored andcommitted
Update the Dockerfile to use the shared devel image.
PiperOrigin-RevId: 776097655 Change-Id: I6539dbfc0d6fa2a72f64f10bc93565e2d6a4d3af
1 parent 3c7656f commit a51a0cc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Stage 1: Build phase
22

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
3+
FROM ghcr.io/google/tsunami-scanner-devel:latest AS build
124

135
# Compile the callback server
146

0 commit comments

Comments
 (0)