Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
裝相關指令
Browse files Browse the repository at this point in the history
  • Loading branch information
sih4sing5hong5 committed Apr 24, 2018
1 parent becdd14 commit a6ccab9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
FROM ubuntu:latest
MAINTAINER sih4sing5hong5

RUN apt-get update -qq
RUN apt-get update #20180423
RUN apt-get install -y python3 g++ python3-dev
RUN apt-get install -y libav-tools
RUN apt-get install -y locales
RUN apt-get install -y python3-pip
RUN apt-get install -y imagemagick # convert
RUN apt-get install -y language-pack-zh-hant fonts-wqy-microhei
RUN apt-get install -y imagemagick libav-tools libavcodec-extra
RUN apt-get install -y mkvtoolnix


# Switch locale
Expand Down

0 comments on commit a6ccab9

Please sign in to comment.