Skip to content

Commit

Permalink
forgot -y
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 24, 2024
1 parent 5681652 commit 4d8e6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dnf install -y --setopt=install_weak_deps=False \
bash bzip2 curl file findutils gettext \
git make nano patch pkg-config unzip xz cmake gdb

RUN dnf downgrade libstdc++ libstdc++-devel gcc gcc-c++ --allowerasing
RUN dnf downgrade libstdc++ libstdc++-devel gcc gcc-c++ --allowerasing -y


# Install 32bit Deps seperately
Expand Down

0 comments on commit 4d8e6a2

Please sign in to comment.