mirror of
https://github.com/pragma-/pbot.git
synced 2025-12-13 04:07:27 +01:00
Removing some packages on the host in favor of the future guests.
This commit is contained in:
parent
cfe820933b
commit
a539f0cf19
@ -1,7 +1,7 @@
|
|||||||
FROM perl:5.34
|
FROM perl:5.34
|
||||||
|
|
||||||
# Install system dependencies.
|
# 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.
|
# Install pbot and its own dependencies.
|
||||||
# FIXME: Replace nitrix with pragma-.
|
# FIXME: Replace nitrix with pragma-.
|
||||||
|
|||||||
@ -22,13 +22,7 @@ spec:
|
|||||||
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
|
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
|
||||||
workingDir: "/opt/pbot"
|
workingDir: "/opt/pbot"
|
||||||
command: ["/opt/pbot/bin/pbot"]
|
command: ["/opt/pbot/bin/pbot"]
|
||||||
args:
|
args: ["data_dir=/mnt/persistent"]
|
||||||
[
|
|
||||||
"data_dir=/mnt/persistent",
|
|
||||||
"irc.botnick=cantdide",
|
|
||||||
"irc.username=cantdide",
|
|
||||||
"irc.sasl=1",
|
|
||||||
]
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /mnt/persistent
|
- mountPath: /mnt/persistent
|
||||||
name: persistent
|
name: persistent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user