Skip to content

Commit

Permalink
Fixing OpenPLC build:
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Niedermaier committed Jan 29, 2025
1 parent 69d1f12 commit dace89a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion software/OpenPLC/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit dace89a

Please sign in to comment.