update: Dockerfile

This commit is contained in:
msojocs 2022-03-07 11:09:30 +08:00
parent 086aa5d045
commit 09a4378c6d
2 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && \
mkdir -p /build_temp/python36 /build_temp/nodejs && \
apt update && \
apt install -y binutils software-properties-common gcc g++ \
gconf2 libxkbfile-dev p7zip-full make libssh2-1-dev libkrb5-dev wget \
gconf2 libxkbfile-dev p7zip-full make libssh2-1-dev libkrb5-dev wget curl \
openssl pkg-config build-essential && \
cd /build_temp/python36 && \
apt-get install -y aptitude &&\

6
tools/push-docker.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
root_dir=$(cd `dirname $0`/.. && pwd -P)
cd $root_dir/docker
docker build . --name jiyecafe/wechat-devtools-build:latest
# docker tag wechat-web-devtools-linux_wechat_devtools jiyecafe/wechat-devtools-build:latest
docker push jiyecafe/wechat-devtools-build:latest