]> prime8.dev >> repos - ttyd.git/commitdiff
update Dockerfiles
authorShuanglei Tao <tsl0922@gmail.com>
Sat, 16 Jan 2021 03:30:31 +0000 (11:30 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sat, 16 Jan 2021 03:30:51 +0000 (11:30 +0800)
Dockerfile
Dockerfile-alpine

index 39f03765e9554c7f762baf50aae7dc58a6a49c18..6197f7a19c080fc7fa01cb5d64763a5e3a807eb9 100644 (file)
@@ -1,7 +1,7 @@
 FROM ubuntu:18.04
 RUN apt-get update && apt-get install -y autoconf automake curl cmake git libtool make \
     && git clone --depth=1 https://github.com/tsl0922/ttyd.git /ttyd \
-    && cd /ttyd && env BUILD_TARGET=x86_64 WITH_SSL=true ./scripts/cross-build.sh
+    && cd /ttyd && env BUILD_TARGET=x86_64 ./scripts/cross-build.sh
 
 FROM ubuntu:18.04
 COPY --from=0 /ttyd/build/ttyd /usr/bin/ttyd
index 53266bb51d6a2cc4481718e58d6274ffa639c272..9c31af0f18be8e1c6ce72657e527315710713c85 100644 (file)
@@ -1,9 +1,9 @@
 FROM ubuntu:18.04
 RUN apt-get update && apt-get install -y autoconf automake curl cmake git libtool make \
     && git clone --depth=1 https://github.com/tsl0922/ttyd.git /ttyd \
-    && cd /ttyd && env BUILD_TARGET=x86_64 WITH_SSL=true ./scripts/cross-build.sh
+    && cd /ttyd && env BUILD_TARGET=x86_64 ./scripts/cross-build.sh
 
-FROM alpine:3.12
+FROM alpine
 COPY --from=0 /ttyd/build/ttyd /usr/bin/ttyd
 RUN apk add --no-cache bash tini