Trying xenial

release/4.3a0
Frank Dellaert 2018-10-08 23:13:15 -04:00
parent 845574860f
commit a932d4bd5e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Check https://confluence.atlassian.com/x/5Q4SMw for more examples. # Check https://confluence.atlassian.com/x/5Q4SMw for more examples.
# ----- # -----
# Our custom docker image from Docker Hub as the build environment. # Our custom docker image from Docker Hub as the build environment.
image: dellaert/ubuntu-boost-tbb-eigen3:latest image: dellaert/ubuntu-boost-tbb-eigen3:xenial
pipelines: pipelines:
default: default:

View File

@ -1,5 +1,5 @@
# Get the base Ubuntu image from Docker Hub # Get the base Ubuntu image from Docker Hub
FROM ubuntu:cosmic FROM ubuntu:xenial
# Update apps on the base image # Update apps on the base image
RUN apt-get -y update && apt-get install -y RUN apt-get -y update && apt-get install -y