Skip to content

Commit

Permalink
Revert "remove cron pkg (#1084)" (#1087)
Browse files Browse the repository at this point in the history
This reverts commit 513145e.
  • Loading branch information
ryan-mcneil authored Apr 8, 2024
1 parent 513145e commit a1d82cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-c"]
RUN groupadd -g $userid -r gi-bill-data-service && \
useradd -u $userid -r -g gi-bill-data-service -d /srv/gi-bill-data-service gi-bill-data-service
RUN apt-get update -qq && apt-get install -y \
build-essential git curl wget libpq-dev dumb-init shared-mime-info nodejs
build-essential git curl wget libpq-dev dumb-init shared-mime-info nodejs cron

RUN mkdir -p /srv/gi-bill-data-service/src && \
chown -R gi-bill-data-service:gi-bill-data-service /srv/gi-bill-data-service
Expand Down

0 comments on commit a1d82cb

Please sign in to comment.