Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
TestLink v1.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Feb 13, 2017
1 parent 9e90391 commit c1725bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ FROM alpine:3.3

RUN \
apk add wget ca-certificates --update-cache && \
wget -q -O - https://github.com/TestLinkOpenSourceTRMS/testlink-code/archive/1.9.15.tar.gz | tar zxf - && \
wget -q -O - https://github.com/TestLinkOpenSourceTRMS/testlink-code/archive/1.9.16.tar.gz | tar zxf - && \
mkdir -p /var && \
mv testlink-* /var/testlink && \
rm -rf testlink* && \
chmod 777 -R /var/testlink/gui/templates_c && \
mkdir -p /var/testlink/logs && \
mkdir -p /var/testlink/upload_area
mkdir -p /var/testlink/upload_area && \
chmod 777 -R /var/testlink/logs && \
chmod 777 -R /var/testlink/upload_area

ADD *.php /var/testlink/

Expand Down

0 comments on commit c1725bb

Please sign in to comment.