Skip to content

Commit 37232af

Browse files
back to 6
1 parent 69c044e commit 37232af

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM public.ecr.aws/lambda/nodejs:14.2022.02.01.09-x86_64 as lobuild
44
ENV LC_CTYPE=en_US.UTF-8
55
ENV LC_ALL=en_US.UTF-8
66

7-
ENV LIBREOFFICE_VERSION=7.3.2.2
7+
ENV LIBREOFFICE_VERSION=6.4.7.2
88

99
RUN yum groupinstall -y "Development Tools"
1010

arns/libreoffice-brotli.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Region,ARN
2+
eu-central-1,

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version: '3.7'
1+
version: "3.7"
22
services:
33
libreoffice:
44
image: vladgolubev/serverless-libreoffice
55
build: .
66
volumes:
77
- .:/host
8-
command: 'cp /tmp/layers.zip /host'
8+
command: "cp /tmp/layer.zip /host"

layer.zip

91.3 MB
Binary file not shown.

publish.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)