Skip to content

Commit ac19947

Browse files
authored
feat: Stop supporting chsh (#624)
1 parent 3107f29 commit ac19947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
2727
--mount=type=bind,from=config,src=/rpms,dst=/tmp/rpms \
2828
--mount=type=bind,from=akmods,src=/rpms/ublue-os,dst=/tmp/akmods-rpms \
2929
--mount=type=bind,from=kernel,src=/tmp/rpms,dst=/tmp/kernel-rpms \
30+
rm -f /usr/bin/chsh && \
3031
mkdir -p /var/lib/alternatives && \
3132
/ctx/install.sh && \
3233
/ctx/post-install.sh && \

0 commit comments

Comments
 (0)