Skip to content

Commit

Permalink
Added libstdc++6 as recommended in:
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Niedermaier committed Jan 29, 2025
1 parent 69d1f12 commit 9fc594e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions software/OpenPLC/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM debian:12-slim

RUN apt-get update && apt-get install -y \
libstdc++6 \
&& rm -rf /var/lib/apt/lists/*

COPY ./OpenPLC_v3/ /CybICS/OpenPLC_v3/
WORKDIR /CybICS/OpenPLC_v3/
RUN export GNUMAKEFLAGS=-j$(nproc --all) \
Expand Down

0 comments on commit 9fc594e

Please sign in to comment.