Skip to content

Commit

Permalink
remove cron pkg (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcneil authored Apr 8, 2024
1 parent 40b750f commit 513145e
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 cron
build-essential git curl wget libpq-dev dumb-init shared-mime-info nodejs

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 513145e

Please sign in to comment.