We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740cb97 commit 611d063Copy full SHA for 611d063
2 files changed
scripts/docker/m4/profiling.deb.m4
@@ -8,8 +8,10 @@ RUN /profiling/configure.sh
8
RUN make
9
RUN make install
10
11
-# Make sure freeradius can also be used to run server
+# Mirror the package image: both binary names and both config dir paths work
12
RUN ln -s /usr/local/sbin/radiusd /usr/local/sbin/freeradius
13
+RUN ln -s /etc/freeradius/radiusd.conf /etc/freeradius/freeradius.conf
14
+RUN ln -s /etc/freeradius /etc/raddb
15
16
WORKDIR /
17
COPY scripts/docker/etc/docker-entrypoint.sh.PKG_TYPE docker-entrypoint.sh
scripts/docker/profiling/profiles/profiling1/configure.sh
@@ -2,6 +2,6 @@
2
./configure \
3
--enable-developer \
4
--disable-verify-ptr \
5
- --sysconfdir=/etc \
+ --with-raddbdir=/etc/freeradius \
6
CFLAGS="-g3 -O1 -fno-omit-frame-pointer" \
7
LDFLAGS="-fno-omit-frame-pointer"
0 commit comments