Skip to content

Commit d40f12f

Browse files
committed
chore: Update Dockerfile
1 parent f9579d2 commit d40f12f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM amazonlinux:latest as builder
22

3-
RUN yum update && yum install -y tar gzip
3+
RUN yum update -y && yum install -y tar gzip
44

55
RUN cd /tmp && \
66
curl -LO https://golang.org/dl/go1.16.4.linux-amd64.tar.gz && \
@@ -13,6 +13,8 @@ RUN PATH=$PATH:/usr/local/go/bin GOPROXY=https://goproxy.io,direct GOOS=linux go
1313

1414
FROM amazonlinux:latest
1515

16+
RUN yum update -y
17+
1618
ENV SOURCE_TYPE Amazon_S3
1719

1820
ENV JOB_TABLE_NAME ''

0 commit comments

Comments
 (0)