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

Adding packages libxml2,libxslt, zlib1g-dev #1409

Closed
wants to merge 9 commits into from
Next Next commit
removing -force-reinstall
  • Loading branch information
vatsrahul1001 committed Dec 30, 2023
commit 951e445733d2cfc9d9feed829d6f76ede62d8e64
2 changes: 1 addition & 1 deletion .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ENV PATH $PATH:$JAVA_HOME/bin::$HIVE_HOME/bin:$HADOOP_HOME/bin
COPY astronomer-providers /tmp/astronomer-providers
RUN python3 -m pip install --upgrade pip
# Ideally we should install using constraints file
RUN pip install --upgrade --force-reinstall --no-cache-dir /tmp/astronomer-providers[all]
RUN pip install --upgrade --no-cache-dir /tmp/astronomer-providers[all]
RUN pip install apache-airflow-providers-slack

# Install astronomer-starship-provider needed for the astronomer_migration_dag to transfer Airflow metadata between deployments
Expand Down