forked from cpp/cWikiBot
Fix Docker
This commit is contained in:
parent
f65cede700
commit
a8c8b72e20
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM debian:stable
|
||||
MAINTAINER Linuro <cpp@zom.bi>
|
||||
|
||||
RUN apt-get update && apt-get install build-essential gcc libjson-c-dev libcurl4-openssl-dev
|
||||
RUN apt-get update && apt-get install build-essential gcc libjson-c-dev libcurl4-openssl-dev --yes
|
||||
|
||||
ADD . /code
|
||||
|
||||
|
@ -9,4 +9,4 @@ WORKDIR /code
|
|||
|
||||
RUN ./build.sh
|
||||
|
||||
CMD [cWikiBot]
|
||||
CMD ["/code/cWikiBot"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
version: '2.4'
|
||||
|
||||
services:
|
||||
cWikiBot:
|
||||
cwikibot:
|
||||
build: .
|
||||
|
|
Loading…
Reference in a new issue