[DiscordArchive] hey, i tried building ac using docker on a debian and ubuntu virtual machines
[DiscordArchive] hey, i tried building ac using docker on a debian and ubuntu virtual machines
Archived author: Resaec • Posted: 2023-03-26T15:02:11.468000+00:00
Original source
hey, i tried building ac using docker on a debian and ubuntu virtual machines
each time i get the following error running "./acore docker build"
```#0 64.91 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/ma....9_all.deb Undetermined Error [IP: 91.189.91.39 80]
#0 64.91 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/ma..._amd64.deb Undetermined Error [IP: 91.189.91.39 80]
#0 64.91 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
------
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y gdb gdbserver git dos2unix lsb-core sudo curl unzip make cmake clang libmysqlclient-dev libboost-system1.7*-dev libboost-filesystem1.7*-dev libboost-program-options1.7*-dev libboost-iostreams1.7*-dev build-essential libtool cmake-data openssl libgoogle-perftools-dev google-perftools libssl-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev mysql-client libncurses5-dev ccache && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
error: Uncaught (in promise) Error: Failed with error: 17, however,
it's not related to this Deno script directly. An error occurred within
the script called by the command itself
throw new Error(`Failed with error: ${status.code}, however,
^
at Command.<anonymous> (file:///home/acore/azerothcore-wotlk/apps/docker/docker-cmd.ts:268:17)
at async Promise.all (index 0)
at async main (file:///home/acore/azerothcore-wotlk/apps/docker/docker-cmd.ts:324:7)```
building on my personal linux ubuntu i can build successfully. is there any advice?