Skip to content

Commit 6c55e8a

Browse files
committed
WIP: make sure freeradius can also be used to run server in container
1 parent 6df80e6 commit 6c55e8a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/docker/m4/profiling.deb.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ RUN /profiling/configure.sh
88
RUN make
99
RUN make install
1010

11+
# Make sure freeradius can also be used to run server
12+
RUN ln -s /usr/local/sbin/radiusd /usr/local/sbin/freeradius
13+
1114
WORKDIR /
1215
COPY scripts/docker/etc/docker-entrypoint.sh.PKG_TYPE docker-entrypoint.sh
1316
RUN chmod +x docker-entrypoint.sh

0 commit comments

Comments
 (0)