Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate Fault tests #544

Merged
merged 10 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dockerfile fix
  • Loading branch information
RemindD committed Nov 28, 2024
commit efd38ea9aff506c6e0b737ae6a38d63fb05460c5
3 changes: 1 addition & 2 deletions k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ ARG FAULT_INJECTION_ENABLED=false

# Install gcc, g++ and other necessary build tools
RUN if echo "${BUILD_BASE_IMAGE}" | grep "alpine"; then \
apk add --no-cache gcc musl-dev; \
apk update && apk add curl; \
apk add --no-cache gcc musl-dev curl; \
elif echo "${BUILD_BASE_IMAGE}" | grep "mariner"; then \
tdnf install -y gcc glibc-devel && tdnf clean all; \
else \
Expand Down