Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCh3n committed Oct 1, 2021
1 parent 959d502 commit 56c2c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM debian:stable-slim

RUN apt-get update && \
apt install jq curl -y
ADD ./yq_linux_amd64 /usr/bin/yq
ADD ./ga /usr/bin/ga
RUN chmod +x /usr/bin/yq
RUN chmod +x /usr/bin/ga

WORKDIR /workdir/
ENTRYPOINT ["ga"]

0 comments on commit 56c2c52

Please sign in to comment.