Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
allaouiamine authored Jul 22, 2016
1 parent 2dfcdad commit 3b4610e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM alpine
RUN echo 'radius:x:1100:1100:radius:/var/log/radius:/sbin/nologin' >> /etc/passwd && \
echo 'radius:x:1100:radius' >> /etc/group
RUN apk update && \
apk upgrade && \
apk add --update freeradius freeradius-ldap && \
Expand Down

0 comments on commit 3b4610e

Please sign in to comment.