Skip to content

Commit 003c87a

Browse files
removing Dockerfile
1 parent 2154b51 commit 003c87a

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

Dockerfile

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1 @@
1-
FROM amazonlinux:2
2-
3-
WORKDIR /usr/src/extension
4-
5-
COPY . .
6-
7-
RUN yum install -y \
8-
gzip \
9-
tar
10-
11-
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash && \
12-
. ~/.nvm/nvm.sh && \
13-
nvm install 17 && \
14-
npm install yarn -g && \
15-
yarn install
16-
17-
ARG BUILD_ID
18-
19-
RUN yum update -y && \
20-
21-
yum upgrade -y && \
22-
23-
yum autoremove -y && \
24-
25-
yum clean all && \
26-
27-
rm -rf /var/cache/yum
28-
29-
USER nobody
1+
FROM scratch

0 commit comments

Comments
 (0)