Quellcode durchsuchen

chore: remove git.io #72

Diggaj Upadhyay vor 3 Jahren
Ursprung
Commit
f784c4a8ed
1 geänderte Dateien mit 3 neuen und 7 gelöschten Zeilen
  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/