Compare commits
2 Commits
5058b10769
...
7fbaf62415
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fbaf62415 | |||
| 7a70000833 |
@@ -1,8 +1,6 @@
|
||||
FROM docker.io/openjdk:jdk-bookworm
|
||||
FROM cr.wks/debian-stable-build-essential
|
||||
|
||||
RUN sed -i 's@deb.debian.org@apt-cache.service.nr5/deb.debian.org@g' /etc/apt/sources.list; \
|
||||
sed -i 's@security.debian.org@apt-cache.service.nr5/security.debian.org@g' /etc/apt/sources.list; \
|
||||
apt update -y; \
|
||||
RUN apt update -y; \
|
||||
apt install -y build-essential ccache ecj fastjar file g++ gawk \
|
||||
gettext git java-propose-classpath libelf-dev libncurses5-dev \
|
||||
libncursesw5-dev libssl-dev python python2.7-dev python3 unzip wget \
|
||||
|
||||
Reference in New Issue
Block a user