Skip to content

Commit

Permalink
Merge pull request #652 from jumpserver/dev
Browse files Browse the repository at this point in the history
v2.12.0 rc4
  • Loading branch information
LeeEirc authored Jul 14, 2021
2 parents 5674f39 + d8a5ecf commit b52492c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN sed -i 's/deb.debian.org/mirrors.163.com/g' /etc/apt/sources.list \
&& apt-get install -y locales \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
&& apt-get install -y --no-install-recommends gnupg dirmngr openssh-client procps curl \
&& echo "deb [arch=amd64,i386,ppc64el,arm64] http://mirrors.nju.edu.cn/mariadb/repo/10.6/debian stretch main" >> /etc/apt/sources.list \
&& echo "deb-src http://mirrors.nju.edu.cn/mariadb/repo/10.6/debian stretch main" >> /etc/apt/sources.list \
&& apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc' \
&& apt-get install -y --allow-unauthenticated --no-install-recommends mariadb-client \
&& apt-get install -y --no-install-recommends gdb ca-certificates jq iproute2 less bash-completion unzip sysstat acl net-tools iputils-ping telnet dnsutils wget vim git \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b52492c

Please sign in to comment.