Skip to content
Snippets Groups Projects
Commit 572552e2 authored by Stephen C Phillips's avatar Stephen C Phillips
Browse files

Tidy up

parent ca808b93
Branches
No related tags found
No related merge requests found
FROM alpine:latest
MAINTAINER NAJD
RUN apk update
RUN apk add curl git openjdk8 gradle nodejs libffi-dev openssl-dev git-lfs
\ No newline at end of file
RUN apk update && apk add curl git openjdk8 gradle nodejs libffi-dev openssl-dev git-lfs
\ No newline at end of file
......@@ -7,7 +7,4 @@ FROM $GCP_HOST/$GCP_PROJECT_ID/ssm-base:alpine
# copy files from the supplied "context" into the container
COPY . .
RUN apk update
RUN apk upgrade
RUN gradle clean assemble
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment