versioning
This commit is contained in:
		@@ -3,7 +3,7 @@ FROM ubuntu:18.04
 | 
			
		||||
# Installing dependencies
 | 
			
		||||
RUN apt update
 | 
			
		||||
 | 
			
		||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y qtbase5-dev openssl libmbedtls-dev tesseract-ocr tesseract-ocr-rus libopencv-dev libzbar-dev qttools5-dev nlohmann-json-dev libcurl4-openssl-dev libtesseract-dev libqrencode-dev
 | 
			
		||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y qtbase5-dev openssl libmbedtls-dev libopencv-dev libzbar-dev qttools5-dev nlohmann-json-dev libcurl4-openssl-dev libqrencode-dev
 | 
			
		||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y wget git cmake make gcc g++ fuse libboost-regex-dev
 | 
			
		||||
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
@@ -13,10 +13,8 @@ COPY assets ./assets
 | 
			
		||||
COPY check ./check
 | 
			
		||||
COPY exceptions ./exceptions
 | 
			
		||||
COPY goods ./goods
 | 
			
		||||
COPY image ./image
 | 
			
		||||
COPY image_redactor ./image_redactor
 | 
			
		||||
COPY output ./output
 | 
			
		||||
COPY parser ./parser
 | 
			
		||||
COPY settings ./settings
 | 
			
		||||
COPY scenes ./scenes
 | 
			
		||||
COPY net ./net
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user