Fix Docker

This commit is contained in:
cpp 2020-12-26 20:41:50 +01:00
parent f65cede700
commit a8c8b72e20
2 changed files with 4 additions and 4 deletions

View File

@ -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"]

View File

@ -1,5 +1,5 @@
version: ' 2.4'
version: '2.4'
services:
cWikiBot:
cwikibot:
build: .