Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
梁杰芳
slm-fileview
Commits
d4b72b06
Commit
d4b72b06
authored
Jun 25, 2021
by
陈精华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dockerfile 拼写错误更正
parent
922e1e6a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
d4b72b06
FROM
ubuntu:20.04
MAINTAINER
chenjh "842761733@qq.com"
ADD
server/target/kkFileView-*.tar.gz /opt/
COPY
fonts/* /usr/share/fonts/chi
enes
/
COPY
fonts/* /usr/share/fonts/chi
nese
/
RUN
echo
"deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
\n
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
\n
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
\n
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
\n
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
\n
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
\n
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
\n
deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
\n
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
\n
deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse"
>
/etc/apt/sources.list
&&
\
apt-get clean
&&
apt-get update
&&
\
apt-get
install
-y
locales
&&
apt-get
install
-y
language-pack-zh-hans
&&
\
...
...
@@ -28,7 +28,7 @@ RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe m
dpkg -i *.deb &&\
rm -rf /tmp/* && rm -rf /var/lib/apt/lists/* &&\
cd /usr/share/fonts/chi
enes
&&\
cd /usr/share/fonts/chi
nese
&&\
mkfontscale &&\
mkfontdir &&\
fc-cache -fv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment