File: Dockerfile

package info (click to toggle)
checksec 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,936 kB
  • sloc: sh: 1,882; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
FROM photon:3.0

COPY checksec /bin/
RUN tdnf clean all && tdnf remove -y toybox && tdnf upgrade -y && \
    tdnf install -y coreutils util-linux sed tar texinfo procps-ng grep findutils gzip file which awk binutils && \
    chmod +x /bin/checksec