Skip to content

Commit

Permalink
point dockerfile to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpascoe committed May 30, 2023
1 parent bef4141 commit 8b0bb17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ RUN apt-get -y install git mariadb-server apache2 php-yaml php-gmp php-mysql lib
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# TODO: the specific branch here needs to be removed once the libupgrades branch is merged
RUN git -C /opt clone https://github.com/opennetadmin/ona.git -b libupgrades
RUN git -C /opt clone https://github.com/opennetadmin/ona.git -b develop

ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data
Expand Down

0 comments on commit 8b0bb17

Please sign in to comment.