Skip to content

Commit

Permalink
Update Dockerfile to include curl package for heroku release command …
Browse files Browse the repository at this point in the history
…output (#3)
  • Loading branch information
p-wall authored Jul 4, 2023
1 parent d28fa3a commit b7ce075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ FROM base
# tzdata required by tzinfo
# libcurl required by typhoeus
# wget for talosctl installation
RUN apk add wget libc6-compat tzdata libcurl libpq
# curl is required for the heroku release command output
RUN apk add wget libc6-compat tzdata libcurl libpq curl

COPY --from=gems /app /app
COPY --from=talosctl /usr/local/bin/talosctl /usr/local/bin/talosctl
Expand Down

0 comments on commit b7ce075

Please sign in to comment.