Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
grp-svergun
galumph
Commits
1bb36936
Verified
Commit
1bb36936
authored
May 27, 2020
by
Chris Kerr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix apt-get command in dockerfile
parent
e11bde69
Pipeline
#15417
failed with stages
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dockerfile
dockerfile
+1
-1
No files found.
dockerfile
View file @
1bb36936
...
...
@@ -7,7 +7,7 @@
# do not have to be installed every time the tests are run
FROM
debian:10
RUN
apt-get update
--quiet
&&
\
apt-get
install
--assume-yes
--quiet
--no-install-recommends
&&
\
apt-get
install
--assume-yes
--quiet
--no-install-recommends
\
git cmake make gcc g++ gfortran
\
pocl-opencl-icd ocl-icd-opencl-dev opencl-clhpp-headers
\
python3-pyopencl python3-dev
\
...
...
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