Skip to content

Commit

Permalink
Remove another cron from example dockerfile (#7155)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsondan committed Mar 22, 2022
1 parent ff8d594 commit dc994c9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ ARG DAGSTER_VERSION

# ==> Add Dagster layer
RUN \
# Cron
apt-get update -yqq \
&& apt-get install -yqq cron \
# Dagster
&& pip install \
pip install \
dagster==${DAGSTER_VERSION} \
dagster-postgres==${DAGSTER_VERSION} \
dagster-celery[flower,redis,kubernetes]==${DAGSTER_VERSION} \
Expand Down

0 comments on commit dc994c9

Please sign in to comment.