# Error bulding the openmc/debian on linux

**URL:** https://openmc.discourse.group/t/error-bulding-the-openmc-debian-on-linux/2330
**Category:** User Support
**Created:** [September 28, 2022, 8:48pm UTC](https://openmc.discourse.group/t/error-bulding-the-openmc-debian-on-linux/2330 "2022-09-28T20:48:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dalia](https://avatars.discourse-cdn.com/v4/letter/d/a698b9/32.png) [@Dalia](https://openmc.discourse.group/u/Dalia)
#### Post date: [September 28, 2022, 8:48pm UTC](https://openmc.discourse.group/t/error-bulding-the-openmc-debian-on-linux/2330/1 "2022-09-28T20:48:44Z")

</div>

I’m trying to build the debian/openmc:latest in linux using docker but I keep getting this error, I have docker installed and I’m using linux on virtualbox, thank you so much for your help.

 ![image](https://global.discourse-cdn.com/free1/uploads/openmc/original/2X/3/3e35e91d8a9e585fbe11e91877baf0833225a046.jpeg)

---

<div class="post-metadata">

### Author: ![Shimwell](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/shimwell/32/3876_2.png) [@Shimwell](https://openmc.discourse.group/u/Shimwell)
#### Post date: [September 29, 2022, 7:58am UTC](https://openmc.discourse.group/t/error-bulding-the-openmc-debian-on-linux/2330/2 "2022-09-29T07:58:56Z")

</div>

Hi Dalia

The command works over here, perhaps it is worth another go as sometimes the git servers don’t respond perfectly.

```auto
docker build -t debian/openmc:latest https://github.com/openmc-dev/openmc.git#develop

```

 ![Screenshot from 2022-09-29 08-54-19](https://global.discourse-cdn.com/free1/uploads/openmc/original/2X/0/049e9307496e93e914364e7ff3e092c19d0006a1.png)

---

<div class="post-metadata">

### Author: ![Dalia](https://avatars.discourse-cdn.com/v4/letter/d/a698b9/32.png) [@Dalia](https://openmc.discourse.group/u/Dalia)
#### Post date: [September 29, 2022, 12:39pm UTC](https://openmc.discourse.group/t/error-bulding-the-openmc-debian-on-linux/2330/3 "2022-09-29T12:39:00Z")

</div>

Got it, thank you so much for your help!
