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

fix(install/docker): use zstd-baked image for building superset-frontend in containerized env #30279

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
fix: remove trailing whitespaces per pre-commit hook
Signed-off-by: hainenber <dotronghai96@gmail.com>
  • Loading branch information
hainenber committed Sep 14, 2024
commit 21d5c4ceef415cfbd307e6f9f9d7dbc7b74b9d52
4 changes: 2 additions & 2 deletions docker/docker-frontend.sh
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@ if [ "$BUILD_SUPERSET_FRONTEND_IN_DOCKER" = "true" ]; then
echo "Building Superset frontend in dev mode inside docker container"
cd /app/superset-frontend

echo "Installing zstd as prerequisite"
apt update
echo "Installing zstd as prerequisite"
apt update
apt install -y zstd

echo "Running `npm install`"