We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f16bcf + 7370111 commit fbecc0aCopy full SHA for fbecc0a
Dockerfile
@@ -16,7 +16,9 @@ RUN bio pkg install --binlink --binlink-dir /bin --force \
16
RUN bio pkg install --binlink \
17
core/kubectl \
18
core/mysql-client \
19
- core/postgresql17-client \
20
core/restic \
21
jarvus/rclone \
+ && bio pkg install --binlink \
22
+ --channel LTS-2024 \
23
+ core/postgresql17-client \
24
&& rm -r /hab/cache/artifacts
0 commit comments