Skip to content

Commit

Permalink
Merge pull request #51 from hlesesne/patch-1
Browse files Browse the repository at this point in the history
Pin to centos7
  • Loading branch information
Crivaledaz authored May 18, 2020
2 parents 0c5e9ae + f752e33 commit 3d06cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/oauth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# > https://github.com/crivaledaz/Mattermost-LDAP

# Start from a CentOS 7 image
FROM centos:latest
FROM centos:centos7

# Update packages and install dependencies
RUN yum update -y && yum -y install httpd php postgresql php-ldap php-pdo php-pgsql git
RUN yum update -y && yum -y install httpd php postgresql php-ldap php-pdo php-pgsql php-xml git

# Retrieve Mattermost-LDAP from git repository
RUN git clone https://github.com/crivaledaz/Mattermost-LDAP.git Mattermost-LDAP/
Expand Down

0 comments on commit 3d06cb4

Please sign in to comment.