We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b877b8e commit 949ff2eCopy full SHA for 949ff2e
environment/Dockerfile
@@ -35,7 +35,7 @@ RUN echo "deb http://repo.aptly.info/ squeeze main" >> /etc/apt/sources.list &&
35
36
# Install locusrobotics deb-s3 fork for managing bundle debs
37
RUN git clone https://github.com/locusrobotics/deb-s3.git && \
38
- cd deb-s3 && bundle install && ln -sf $(pwd)/bin/deb-s3 /usr/local/bin/deb-s3
+ cd deb-s3 && bundle update --bundler && bundle install && ln -sf $(pwd)/bin/deb-s3 /usr/local/bin/deb-s3
39
40
# Inject the rosdep definitions from source
41
RUN rosdep init
0 commit comments