Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gracedb
Commits
112ae690
Commit
112ae690
authored
Aug 07, 2020
by
Alexander Pace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deps fix
parent
6c413ea2
Pipeline
#146258
failed with stages
in 13 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
.gitlab-ci.yml
.gitlab-ci.yml
+5
-0
Dockerfile
Dockerfile
+5
-0
No files found.
.gitlab-ci.yml
View file @
112ae690
...
@@ -58,6 +58,11 @@ before_script:
...
@@ -58,6 +58,11 @@ before_script:
libssl-dev
libssl-dev
libxml2-dev
libxml2-dev
swig
swig
pkg-config
libpng-dev
libfreetype6-dev
libmariadb-dev-compat
libxslt-dev
${PYTHON}-pip
${PYTHON}-pip
# install everything else from pip
# install everything else from pip
-
${PYTHON} -m pip install -r requirements.txt
-
${PYTHON} -m pip install -r requirements.txt
...
...
Dockerfile
View file @
112ae690
...
@@ -19,6 +19,11 @@ RUN apt-get update && \
...
@@ -19,6 +19,11 @@ RUN apt-get update && \
libldap2-dev
\
libldap2-dev
\
libsasl2-dev
\
libsasl2-dev
\
libxml2-dev
\
libxml2-dev
\
pkg-config
\
libpng-dev
\
libfreetype6-dev
\
libmariadb-dev-compat
\
libxslt-dev
\
libsqlite3-dev
\
libsqlite3-dev
\
ligo-ca-certs
\
ligo-ca-certs
\
mariadb-client
\
mariadb-client
\
...
...
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