Advertisement
holmbergfan

Untitled

Aug 18th, 2022
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.60 KB | None | 0 0
  1. ubuntu@vps-ed88406e:~/oldschooltibia/Gameserver/server$ docker build -t local/ost:v1 .
  2. Sending build context to Docker daemon  102.8MB
  3. Step 1/10 : FROM debian/eol:wheezy
  4.  ---> a4eab9ff49f3
  5. Step 2/10 : WORKDIR /app
  6.  ---> Using cache
  7.  ---> 4eaa211113a4
  8. Step 3/10 : RUN apt-get update && apt-get -y install autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev libssl-dev lua5.1 liblua5.1-sql-mysql-dev libncurses5-dev
  9.  ---> Using cache
  10.  ---> e8223154f09c
  11. Step 4/10 : COPY source ./source
  12.  ---> Using cache
  13.  ---> 61165649131a
  14. Step 5/10 : RUN cd source && sh autogen.sh && ./configure --enable-mysql && make -j $(nproc) && mv otserv ../
  15.  ---> Using cache
  16.  ---> 21deb72c1c71
  17. Step 6/10 : COPY data ./data
  18.  ---> Using cache
  19.  ---> a5722485fcb5
  20. Step 7/10 : COPY config.lua .
  21.  ---> Using cache
  22.  ---> cd804f1c2bd7
  23. Step 8/10 : COPY scripts ./scripts
  24.  ---> Using cache
  25.  ---> 950b1f0a2813
  26. Step 9/10 : RUN chmod +x ./scripts/*.sh
  27.  ---> Using cache
  28.  ---> f9c3ed459434
  29. Step 10/10 : CMD ./otserv
  30.  ---> Using cache
  31.  ---> f6e56f712178
  32. Successfully built f6e56f712178
  33. Successfully tagged local/ost:v1
  34. ubuntu@vps-ed88406e:~/oldschooltibia/Gameserver/server$ docker-compose up server
  35. ERROR: yaml.parser.ParserError: while parsing a block mapping
  36.   in "./../docker-compose.yml", line 19, column 5
  37. expected <block end>, but found '<block mapping start>'
  38.   in "./../docker-compose.yml", line 24, column 6
  39. ubuntu@vps-ed88406e:~/oldschooltibia/Gameserver/server$
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement