using our own image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2024-02-26 16:51:04 +01:00
parent 7a70000833
commit 7fbaf62415

View File

@@ -1,8 +1,6 @@
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 \