versioning
This commit is contained in:
		@@ -3,6 +3,9 @@ FROM checks_parser_base_ubuntu
 | 
			
		||||
RUN DEBIAN_FRONTEND=noninteractive apt update 
 | 
			
		||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y wget git cmake make gcc g++ fuse libboost-regex-dev
 | 
			
		||||
 | 
			
		||||
ARG pkgname=$name
 | 
			
		||||
ARG pkgver=$version
 | 
			
		||||
ARG revision
 | 
			
		||||
 | 
			
		||||
WORKDIR /
 | 
			
		||||
 | 
			
		||||
@@ -23,4 +26,6 @@ RUN cp build/checks-parser /app/AppDir/usr/bin
 | 
			
		||||
 | 
			
		||||
RUN PATH=/usr/lib/qt5/bin/:$PATH linuxdeployqt --appimage-extract-and-run AppDir/usr/bin/checks-parser -no-copy-copyright-files -appimage 
 | 
			
		||||
RUN mkdir -p /output
 | 
			
		||||
ENTRYPOINT ["cp", "Checks_parser-x86_64.AppImage", "/output"]
 | 
			
		||||
RUN echo "cp Checks_parser-x86_64.AppImage /output/Checks_parser-x86_64_${pkgver}-${revision}.AppImage" > /deploy.sh
 | 
			
		||||
RUN chmod +x /deploy.sh
 | 
			
		||||
ENTRYPOINT ["bash", "/deploy.sh"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user