Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
4ed76cb1
Commit
4ed76cb1
authored
Mar 29, 2020
by
Jannick Wolters
Browse files
updated docker container
parent
99fcd5d5
Pipeline
#79589
passed with stages
in 2 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ed76cb1
...
...
@@ -20,5 +20,4 @@ unit_tests:
dependencies
:
-
build
script
:
-
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
-
./code/bin/unit_tests
scripts/Dockerfile
View file @
4ed76cb1
FROM
ubuntu:18.04
ENV
CXX=/usr/bin/g++ \
CC=/usr/bin/gcc
CC=/usr/bin/gcc \
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
RUN
apt-get update
-qq
\
&&
apt-get
install
-qq
software-properties-common
\
...
...
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