Began Framework start
This commit is contained in:
17
docker/gw-build/Dockerfile
Normal file
17
docker/gw-build/Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
ARG IGNITION_VERSION=8.3.3
|
||||
FROM inductiveautomation/ignition:${IGNITION_VERSION}
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
iputils-ping \
|
||||
htop \
|
||||
nano \
|
||||
net-tools \
|
||||
traceroute \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Uncomment to install third-party modules:
|
||||
# COPY modules/*.modl /usr/local/bin/ignition/user-lib/modules/
|
||||
|
||||
EXPOSE 8088 8043 62541 1883
|
||||
Reference in New Issue
Block a user