Closed pazeshun closed 6 years ago
I see. Please apply the same change to below though I'm not sure adding dist-upgrade is a standard way. Could you add FIXME: https://github.com/start-jsk/jsk_apc/pull/2664
when you change the Dockerfile?
I see. Please apply the same change to below though I'm not sure adding dist-upgrade is a standard way.
I created #2665
Closed via #2665
This PR checks if new docker image solves travis failure.
I created a container from docker image
wkentaro/jsk_apc:<indigo/kinetic>
, executedapt-get update && apt-get dist-upgrade
in that container, and committed that container to docker imagepazeshun/jsk_apc:<indigo/kinetic>
.If travis test of this PR passes, we just need to update
wkentaro/jsk_apc:<indigo/kinetic>
manually to pass travis test from now.