Skip to content

Commit

Permalink
#17 add dev tools to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Sep 23, 2020
1 parent 9541984 commit 9d371a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ NLIC_AGENT_BASE_URL=
# NetLicensing Auth
NLIC_AUTH_USERNAME=demo
NLIC_AUTH_PASSWORD=demo
# Recommended API Key Role: ROLE_APIKEY_MAINTENANCE
NLIC_AUTH_API_KEY=
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ LABEL maintainer="Labs64 NetLiecnsing info@netlicensing.io"
RUN yum -y install vim wget sendmail
RUN yum -y install libtool make automake autoconf libpng-devel
RUN yum -y install git
RUN yum -y groupinstall 'Development Tools'
RUN git --version

# Install PHP on CentOS ( https://linuxize.com/post/how-to-install-php-on-centos-8/ )
Expand Down

0 comments on commit 9d371a6

Please sign in to comment.