-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM xgaia/virtuoso | ||
FROM askomics/virtuoso | ||
MAINTAINER Xavier Garnier '[email protected]' | ||
|
||
|
||
# Environment variables | ||
ENV ASKOMICS="https://github.com/xgaia/askomics.git" \ | ||
ENV ASKOMICS="https://github.com/askomics/askomics.git" \ | ||
ASKOMICS_DIR="/usr/local/askomics" \ | ||
ASKOMICS_COMMIT="3c5209504c6c7a138cee397d97d5e031ed8de311" \ | ||
ASKOMICS_VERSION="17.09" \ | ||
SPARQL_UPDATE=true | ||
|
||
# Copy files | ||
|
@@ -17,7 +17,7 @@ COPY dump.template.nq /dump.template.nq | |
RUN apk add --update bash make gcc g++ zlib-dev libzip-dev bzip2-dev xz-dev git python3 python3-dev nodejs nodejs-npm wget && \ | ||
git clone ${ASKOMICS} ${ASKOMICS_DIR} && \ | ||
cd ${ASKOMICS_DIR} && \ | ||
git checkout ${ASKOMICS_COMMIT} && \ | ||
git checkout ${ASKOMICS_VERSION} && \ | ||
npm install gulp -g && \ | ||
npm install --production && \ | ||
chmod +x startAskomics.sh && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters