# Possible issue with Dockerfile.xenial-base in gitlab...

Source: https://forum.modalai.com/topic/1184/possible-issue-with-dockerfile-xenial-base-in-gitlab
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2022-08-04 21:00:10 UTC by Ed Sutter
Replies: 0 · Views: 327

## Ed Sutter · 2022-08-04 21:00:10 UTC

I tried to walk through building the docker image discussed [here](https://gitlab.com/voxl-public/voxl-docker-images/roskinetic-docker) and as far as I can tell, the FROM line in [Dockerfile.xenial-base](https://gitlab.com/voxl-public/voxl-docker-images/roskinetic-docker/-/blob/master/Dockerfile.xenial-base) needs to be changed from
FROM aarch64/ubuntu:xenial
to
FROM arm64v8/ubuntu:xenial

I'm no wizard with docker, so can someone confirm this?
