Skip to content

Commit 949ff2e

Browse files
authored
Fix bundler for focal (#80)
1 parent b877b8e commit 949ff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN echo "deb http://repo.aptly.info/ squeeze main" >> /etc/apt/sources.list &&
3535

3636
# Install locusrobotics deb-s3 fork for managing bundle debs
3737
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
38+
cd deb-s3 && bundle update --bundler && bundle install && ln -sf $(pwd)/bin/deb-s3 /usr/local/bin/deb-s3
3939

4040
# Inject the rosdep definitions from source
4141
RUN rosdep init

0 commit comments

Comments
 (0)