1 Star 0 Fork 1

tom/spksrc

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Yves Martin 提交于 2019-09-23 00:37 +08:00 . synocli-file: add detox and rmlint
FROM debian:buster
MAINTAINER SynoCommunity <https://synocommunity.com>
ENV LANG C.UTF-8
# Manage i386 arch
RUN dpkg --add-architecture i386
# Install required packages (in sync with README.rst instructions
RUN apt-get update && apt-get install --no-install-recommends -y \
autogen \
automake \
bc \
bison \
build-essential \
check \
cmake \
curl \
cython \
debootstrap \
expect \
flex \
g++-multilib \
gettext \
git \
gperf \
imagemagick \
intltool \
libbz2-dev \
libc6-i386 \
libcppunit-dev \
libffi-dev \
libgc-dev \
libgmp3-dev \
libltdl-dev \
libmount-dev \
libncurses-dev \
libpcre3-dev \
libssl-dev \
libtool \
libunistring-dev \
lzip \
mercurial \
ncurses-dev \
php \
pkg-config \
python3 \
python3-distutils \
scons \
subversion \
swig \
unzip \
xmlto \
zlib1g-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Install setuptools, wheel and pip for Python3
RUN wget https://bootstrap.pypa.io/get-pip.py -O - | python3
# Install setuptools, pip, virtualenv, wheel and httpie for Python2
RUN wget https://bootstrap.pypa.io/get-pip.py -O - | python
RUN pip install virtualenv httpie
# Volume pointing to spksrc sources
VOLUME /spksrc
WORKDIR /spksrc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tomgee/spksrc.git
git@gitee.com:tomgee/spksrc.git
tomgee
spksrc
spksrc
master

搜索帮助