mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 07:34:05 +00:00
9 lines
103 B
Docker
9 lines
103 B
Docker
FROM ubuntu:latest
|
|
|
|
WORKDIR /TRON
|
|
|
|
RUN apt update && \
|
|
apt install -y default-jdk maven
|
|
|
|
COPY * .
|