Removing some packages on the host in favor of the future guests.

This commit is contained in:
Alex Belanger 2024-03-11 19:11:42 -04:00
parent cfe820933b
commit a539f0cf19
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158
2 changed files with 2 additions and 8 deletions

View File

@ -1,7 +1,7 @@
FROM perl:5.34
# Install system dependencies.
RUN apt-get update && apt-get install -y make gcc clang cpanminus wamerican
RUN apt-get update && apt-get install -y cpanminus wamerican
# Install pbot and its own dependencies.
# FIXME: Replace nitrix with pragma-.

View File

@ -22,13 +22,7 @@ spec:
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
workingDir: "/opt/pbot"
command: ["/opt/pbot/bin/pbot"]
args:
[
"data_dir=/mnt/persistent",
"irc.botnick=cantdide",
"irc.username=cantdide",
"irc.sasl=1",
]
args: ["data_dir=/mnt/persistent"]
volumeMounts:
- mountPath: /mnt/persistent
name: persistent