Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
145
Issues
145
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
cc6b332a
Verified
Commit
cc6b332a
authored
Mar 20, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'issue-436-dockerfile-and-corenlp' into dev-456-istex-tls-fix
parents
a1958aab
baf97f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Dockerfile
devops/docker/Dockerfile
+6
-0
No files found.
devops/docker/Dockerfile
View file @
cc6b332a
...
...
@@ -43,5 +43,11 @@ RUN set -o pipefail && \
echo
`
which nix-env
`
&&
\
.
$HOME
/.bashrc
&&
nix-env
--version
# We want to cache nix artifacts in the Dockerfile to improve CI speed
COPY
./shell.nix /nix-ci-build/
COPY
./nix /nix-ci-build/
RUN
set
-o
pipefail
&&
\
pushd
/nix-ci-build/
&&
nix-build shell.nix
&&
popd
WORKDIR
"/builds/gargantext/"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment