Skip to content

Commit f080264

Browse files
authored
Merge pull request #66 from diggajupadhyay/master
uses alpine image
2 parents e0fb679 + 6e44140 commit f080264

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
FROM ubuntu
1+
FROM alpine
22

3-
RUN apt-get update
3+
RUN apk -U upgrade
44

5-
RUN apt-get upgrade -y
6-
7-
RUN apt-get install -y curl jq w3m \
8-
bsdmainutils # for "columns" binary
5+
RUN apk --no-cache add curl jq w3m
96

107

118
RUN curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail

0 commit comments

Comments
 (0)