Explorar o código

dependency xclip added

Diggaj Upadhyay %!s(int64=3) %!d(string=hai) anos
pai
achega
70b4924d2b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,8 +1,9 @@
-FROM alpine
+FROM alpine:3.15.3
 
 RUN apk -U upgrade
 
 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