3
0
mirror of https://github.com/pragma-/pbot.git synced 2026-02-27 11:48:00 +01:00

Re-added socat, oops.

This commit is contained in:
Alex Belanger 2024-03-12 03:25:59 -04:00
parent d810f67bc5
commit 268b039587
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158

View File

@ -1,7 +1,7 @@
FROM perl:5.34
# Install system dependencies.
RUN apt-get update && apt-get install -y clang gcc clang g++ tcl ghc git cpanminus dos2unix policykit-1 fortune-mod astyle
RUN apt-get update && apt-get install -y clang gcc clang g++ tcl ghc git cpanminus dos2unix policykit-1 fortune-mod astyle socat
# Need the sources.
COPY . /opt/pbot