Skip to content

Commit

Permalink
using stable packages for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
lapnapra committed Jan 4, 2019
1 parent 84e5927 commit b296a4f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Dockerfile_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ ARG PUID=1000
ARG PGID=1000
#
RUN set -xe \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache --purge -uU \
curl icu-libs unzip zlib-dev musl \
mesa-gl mesa-dri-swrast \
libreoffice libreoffice-base libreoffice-lang-uk \
ttf-freefont ttf-opensans ttf-font-awesome ttf-ubuntu-font-family ttf-inconsolata \
ttf-freefont ttf-opensans ttf-ubuntu-font-family ttf-inconsolata \
ttf-liberation ttf-dejavu \
libstdc++ dbus-x11 \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache -U \
ttf-font-awesome ttf-mononoki ttf-hack \
&& rm -rf /var/cache/apk/* /tmp/*
#
VOLUME /home/alpine/
Expand Down

0 comments on commit b296a4f

Please sign in to comment.