Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed Nov 12, 2023
1 parent 4377fb7 commit f8a6b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion microshift.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ RUN HOME=/tmp RUNZSH=no CHSH=no ZSH=/usr/lib/ohmyzsh \
&& sed -i 's|^SHELL=.*|SHELL=/usr/bin/zsh|' /etc/default/useradd \
# ${VARIANT_ID^} is not posix compliant and is not parsed correctly by zsh \
&& sed -i 's/VARIANT_ID^/VARIANT_ID/' /etc/profile.d/toolbox.sh \
&& source /usr/share/zsh/30zinitrc.zsh
&& ostree container commit

#RUN set -x; update-crypto-policies --set legacy --no-reload && ostree container commit

0 comments on commit f8a6b31

Please sign in to comment.