Skip to content

Commit b542ca3

Browse files
feat: add perl
1 parent b1a3fd2 commit b542ca3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ GO_VERSION=1.17.8
1313
HELM_VERSION=3.8.1
1414
HTTPIE_VERSION=2.6.0
1515
JAVA_VERSION=17.0.2
16+
PERL_VERSION=5.34.1
1617
PHP_VERSION=8.1.3
1718
PROTOC_VERSION=3.9.1
1819
PROTOC_ARCH=${DEFAULT_ARCH}

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ services:
9999
npx:
100100
<<: *node
101101
entrypoint: [ "npx" ]
102+
perl:
103+
image: perl:${PERL_VERSION}
104+
entrypoint: [ "perl" ]
102105
php:
103106
image: "php:${PHP_VERSION}"
104107
protoc:

0 commit comments

Comments
 (0)