mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
build: openjdk docker image not found
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM openjdk:8-jre
|
||||
FROM eclipse-temurin:8u472-b08-jdk
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y procps && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user