This commit is contained in:
parent
a700e46216
commit
efefdd8b70
@ -22,6 +22,8 @@ RUN apk add --no-cache \
|
||||
binutils \
|
||||
elfutils-dev
|
||||
|
||||
RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -102,6 +102,7 @@ target_link_libraries(${PROJECT_EXE_NAME} PRIVATE
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
|
||||
# Set static linking flags
|
||||
set_target_properties(${PROJECT_EXE_NAME} PROPERTIES
|
||||
LINK_FLAGS "-static"
|
||||
|
Loading…
x
Reference in New Issue
Block a user