Skip to content

Commit

Permalink
Move freeradius container Ubuntu from groovy(20.10) to bionic(20.04) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag6 authored Jan 11, 2022
1 parent 4a94ad4 commit ad44643
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion radius_server/Dockerfile.freeradius
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
FROM ubuntu:20.10
FROM ubuntu:20.04

ENV TZ=America/Los_Angeles
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN apt-get update && \
apt-get install -y tzdata

RUN apt-get update && \
apt-get install -y freeradius iproute2 vim sudo tcpdump iputils-ping
Expand Down

0 comments on commit ad44643

Please sign in to comment.