BUILD - Optimize Dockerfile by using alpine as base image (#277)

This commit is contained in:
2024-10-28 21:26:25 -07:00
2 changed files with 15 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include <stdint.h>
#include <string>
#include <time.h>
namespace settings {
extern int VERBOSITY;