diff --git a/software/OpenPLC/Dockerfile b/software/OpenPLC/Dockerfile index 41386d2..c794927 100644 --- a/software/OpenPLC/Dockerfile +++ b/software/OpenPLC/Dockerfile @@ -1,4 +1,11 @@ -FROM debian:12-slim +FROM ubuntu:22.04 + +# RUN apt-get update && \ +# apt-get install -y software-properties-common \ +# && add-apt-repository ppa:ubuntu-toolchain-r/test \ +# && apt update \ +# && apt-get install -y libstdc++6 \ +# && apt-get install -y gcc-snapshot COPY ./OpenPLC_v3/ /CybICS/OpenPLC_v3/ WORKDIR /CybICS/OpenPLC_v3/