Skip to content

Commit

Permalink
fixed syspass image and improved
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Dec 10, 2020
1 parent 3aa7e36 commit adb8136
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 0 deletions.
9 changes: 9 additions & 0 deletions syspass/sysPass-php7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ FROM php:7.3-apache-buster as app

LABEL maintainer=nuxsmin@syspass.org version=3.1.2 php=7.3

RUN rm -rfv /etc/locale.gen
COPY locale.gen /etc/locale.gen
RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done


##################################################################
# adding normal sources list
##################################################################
Expand Down Expand Up @@ -150,6 +155,10 @@ COPY --from=bootstrap /app/sysPass/ ${SYSPASS_DIR}/
# Composer binary
COPY --from=bootstrap /usr/bin/composer /usr/bin/

RUN cd ${SYSPASS_DIR} && \
composer u && \
composer require syspass/plugin-authenticator

EXPOSE 80 443

ENTRYPOINT ["/usr/local/sbin/entrypoint.sh"]
Expand Down
12 changes: 12 additions & 0 deletions syspass/sysPass-php7.3/locale.gen
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
en_GB.UTF-8 UTF-8
en_GB ISO-8859-1
en_GB.ISO-8859-15 ISO-8859-15
en_US.UTF-8 UTF-8
en_US ISO-8859-1
en_US.ISO-8859-15 ISO-8859-15
ru_RU.UTF-8 UTF-8
ru_RU.KOI8-R KOI8-R
ru_RU ISO-8859-5
ru_RU.CP1251 CP1251
ru_UA.UTF-8 UTF-8
ru_UA KOI8-U
Loading

0 comments on commit adb8136

Please sign in to comment.