Skip to content

Commit ed25b36

Browse files
authored
Update Dockerfile to install only lua54
Removed curl installation from Dockerfile.
1 parent 59576f7 commit ed25b36

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
FROM opensuse/tumbleweed:latest
2-
32
RUN zypper refresh && \
4-
zypper --non-interactive install lua54 curl
5-
3+
zypper --non-interactive install lua54
64
WORKDIR /app
7-
85
COPY . .
9-
106
CMD [ "lua5.4" ]

0 commit comments

Comments
 (0)