multi-check system
This commit is contained in:
		@@ -1,9 +1,9 @@
 | 
			
		||||
FROM ubuntu:18.04
 | 
			
		||||
FROM ubuntu:24.04
 | 
			
		||||
 | 
			
		||||
# Installing dependencies
 | 
			
		||||
RUN apt update
 | 
			
		||||
 | 
			
		||||
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 qt6-base-dev qt6-tools-dev openssl libmbedtls-dev libopencv-dev libzbar-dev nlohmann-json3-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
 | 
			
		||||
@@ -21,6 +21,8 @@ COPY net ./net
 | 
			
		||||
COPY translations ./translations
 | 
			
		||||
COPY http_server ./http_server
 | 
			
		||||
COPY utils ./utils
 | 
			
		||||
COPY widgets ./widgets
 | 
			
		||||
COPY email_parser ./email_parser
 | 
			
		||||
 | 
			
		||||
COPY ./*.h ./*cpp ./*.ui ./*.qrc CMakeLists.txt .
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user