update CMakeLists and Dockerfile

This commit is contained in:
Dark Sun
2024-04-10 16:30:25 +03:00
parent 873dac1e64
commit c1925d6934
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 0)
set(VERSION_PATCH 2)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
#set(VERSION_SUFFIX rc3)
if(VERSION_SUFFIX)
+2 -1
View File
@@ -1,8 +1,9 @@
FROM ubuntu:latest
WORKDIR /workdir
COPY build /workdir/build
COPY build/leap*.deb /workdir/build/
RUN apt-get update && cd build && \
apt-get install -y ./leap*.deb -y && \
rm leap*.deb