Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@vps-ed88406e:~/oldschooltibia/Gameserver/server$ docker build -t local/ost:v1 .
- Sending build context to Docker daemon 102.8MB
- Step 1/10 : FROM debian/eol:wheezy
- ---> a4eab9ff49f3
- Step 2/10 : WORKDIR /app
- ---> Using cache
- ---> 4eaa211113a4
- 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
- ---> Using cache
- ---> e8223154f09c
- Step 4/10 : COPY source ./source
- ---> Using cache
- ---> 61165649131a
- Step 5/10 : RUN cd source && sh autogen.sh && ./configure --enable-mysql && make -j $(nproc) && mv otserv ../
- ---> Using cache
- ---> 21deb72c1c71
- Step 6/10 : COPY data ./data
- ---> Using cache
- ---> a5722485fcb5
- Step 7/10 : COPY config.lua .
- ---> Using cache
- ---> cd804f1c2bd7
- Step 8/10 : COPY scripts ./scripts
- ---> Using cache
- ---> 950b1f0a2813
- Step 9/10 : RUN chmod +x ./scripts/*.sh
- ---> Using cache
- ---> f9c3ed459434
- Step 10/10 : CMD ./otserv
- ---> Using cache
- ---> f6e56f712178
- Successfully built f6e56f712178
- Successfully tagged local/ost:v1
- ubuntu@vps-ed88406e:~/oldschooltibia/Gameserver/server$ docker-compose up server
- ERROR: yaml.parser.ParserError: while parsing a block mapping
- in "./../docker-compose.yml", line 19, column 5
- expected <block end>, but found '<block mapping start>'
- in "./../docker-compose.yml", line 24, column 6
- ubuntu@vps-ed88406e:~/oldschooltibia/Gameserver/server$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement