feat: update code

This commit is contained in:
Georg K
2025-06-19 04:37:54 +03:00
parent e14ae1bd1b
commit 00a1463461
9 changed files with 41 additions and 149 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
ARG DEBIAN_FRONTEND=noninteractive
ARG RADIUS_TAG="v3.2.x"
@@ -11,7 +11,7 @@ ENV RLM_RAW_TAG="master"
# Install build tools
#
COPY local-bionic.list /etc/apt/sources.list
COPY local-noble.list /etc/apt/sources.list.d/ubuntu.sources
RUN apt-get update && apt-get install -y devscripts equivs git quilt gcc