Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Nov 26, 2019
1 parent 22a1dab commit 63f5de2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
ARG from=centos:centos7
FROM ${from}

#
# Install build tools
#
RUN yum groupinstall -y "Development Tools"
RUN yum install -y rpmdevtools
RUN yum install -y openssl freeradius freeradius-mysql freeradius-utils php-common php-gd php-curl php-mysql mysql-server php-db mysql-client
RUN yum install -y apache2 libapache2-mod-php php-mail php-mime php-pear

Expand Down

0 comments on commit 63f5de2

Please sign in to comment.