Просмотр исходного кода

Merge pull request #74 from diggajupadhyay/master

chore: remove git.io #72
Siddharth Dushantha 3 лет назад
Родитель
Сommit
637090f0f0
1 измененных файлов с 3 добавлено и 7 удалено
  1. 3 7
      Dockerfile

+ 3 - 7
Dockerfile

@@ -1,11 +1,7 @@
-FROM alpine:3.15.3
+FROM alpine:3.15.4
 
-RUN apk -U upgrade
+RUN apk --no-cache add curl jq w3m xclip util-linux
 
-RUN apk --no-cache add curl jq w3m \
-    xclip # doesnot work because it requires X server \
-    util-linux # for "columns" binary
-
-RUN curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail
+RUN curl -L "https://raw.githubusercontent.com/sdushantha/tmpmail/master/tmpmail" > tmpmail && chmod +x tmpmail
 
 RUN mv tmpmail /bin/