Missing astyle.

This commit is contained in:
Alex Belanger 2024-03-12 02:26:22 -04:00
parent 9506b6d95c
commit 199c28032e
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158
1 changed files with 1 additions and 1 deletions

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
RUN apt-get update && apt-get install -y clang gcc clang g++ tcl ghc git cpanminus dos2unix policykit-1 fortune-mod astyle
# Need the sources.
COPY . /opt/pbot