Skip to content

Commit

Permalink
update dockerfile and action file
Browse files Browse the repository at this point in the history
  • Loading branch information
guychauliac committed Mar 23, 2022
1 parent 0d19eea commit 5a605bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.project
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.13

RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker openjdk8 maven && \
ln -sf /usr/bin/python3 /usr/bin/python

COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'AWS CDK GitHub Actions'
description: 'Runs AWS-CDK via GitHub Actions.'
author: 'youyo <1003ni2@gmail.com>'
name: 'AWS CDK GitHub Actions Maven'
description: 'Runs Java AWS-CDK via GitHub Actions'
author: 'guy.chauliac@gmail.com'
branding:
icon: 'terminal'
color: 'yellow'
Expand Down

0 comments on commit 5a605bb

Please sign in to comment.