File: force.df

package info (click to toggle)
charliecloud 0.43-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,116 kB
  • sloc: python: 6,021; sh: 4,284; ansic: 3,863; makefile: 598
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# Use an almalinux:8 image because it can install some RPMs without --force.

FROM almalinux:8
WORKDIR /
RUN dnf install -y ed  # doesn’t need --force
WORKDIR /usr