Skip to content

Commit

Permalink
Add /usr/games to the PATH for cowsay
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy authored Aug 1, 2024
1 parent 2cfae07 commit 70ccc83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM debian:12.6
MAINTAINER Charles Plessy <[email protected]>

# Needed for cowsay…
ENV PATH="${PATH}:/usr/games"

ENV PKGS_CODING="bat colordiff gitk icdiff kakoune"
ENV PKGS_FILE_TRANSFER="filezilla lftp magic-wormhole ncftp rsync"
ENV PKGS_FILE_COMPRESSION="grabix p7zip-full pigz pixz tabix"
Expand Down

0 comments on commit 70ccc83

Please sign in to comment.