1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-04 02:36:17 +02:00

We need to tell Docker that we run on CI

This commit is contained in:
Pavel Odintsov 2022-11-30 19:32:09 +00:00
parent e374e6d824
commit 6113f1e02b

View File

@ -2,6 +2,8 @@ FROM ubuntu:22.04
ARG installer_file_name=installer
ENV CI=true
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget && wget https://install.fastnetmon.com/$installer_file_name -Oinstaller && chmod +x installer && ./installer -install_community_edition
LABEL org.opencontainers.image.source https://github.com/pavel-odintsov/fastnetmon