Skip to content

Commit

Permalink
Removed obsolete useless packages
Browse files Browse the repository at this point in the history
The important ones are in the dependencies anyway.
Fix the Docker failure with Travis CI on Ubuntu 18.04.
  • Loading branch information
keryell committed Jun 1, 2018
1 parent a262571 commit 534f058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN if [ "${openmp}" = 'ON' ]; then apt-get install -y --allow-downgrades \
# OpenCL with POCL
RUN if [ "${opencl}" = 'ON' ]; then apt-get install -y --allow-downgrades \
--allow-remove-essential --allow-change-held-packages opencl-headers \
ocl-icd-opencl-dev libpocl-dev libpocl1 libpoclu1 pocl-opencl-icd; fi
ocl-icd-opencl-dev libpocl-dev ; fi

RUN git clone https://github.com/${git_slug}.git -b ${git_branch} /trisycl

Expand Down

0 comments on commit 534f058

Please sign in to comment.