diff --git a/Dockerfile b/Dockerfile index fdf5037d..ac10ebea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,12 +12,7 @@ RUN go get RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -mod mod -o /go/bin/eq-questionnaire-launcher . ######## Start a new stage from scratch ####### -FROM alpine:latest - -RUN apk --no-cache update && \ - apk --no-cache add python3 py-pip py-setuptools ca-certificates && \ - pip --no-cache-dir install awscli && \ - rm -rf /var/cache/apk/* +FROM alpine:latest # Copy the Pre-built binary file and entry point from the previous stage COPY --from=builder /go/bin/eq-questionnaire-launcher . diff --git a/authentication/auth.go b/authentication/auth.go index dc863288..149474d5 100644 --- a/authentication/auth.go +++ b/authentication/auth.go @@ -776,7 +776,7 @@ func GetDefaultValues() map[string]string { defaults["period_id"] = "201605" defaults["period_str"] = "May 2017" defaults["collection_exercise_sid"] = collectionExerciseSid.String() - defaults["ru_ref"] = "12346789012A" + defaults["ru_ref"] = "12345678901A" defaults["ru_name"] = "ESSENTIAL ENTERPRISE LTD." defaults["ref_p_start_date"] = "2016-05-01" defaults["ref_p_end_date"] = "2016-05-31"