alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Upgrade pcre2 package (#372)
author
Andre Eleuterio
committer
GitHub
date
4 years ago
(Jun 14, 2022, 2:49 PM +0200)
commit
145fe828
145fe8284adc6c1cf8490e3dc75ed52fa68dcb2d
parent
b61c934e
b61c934e5050d8900ecd669a25ff927bd031d2d5
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
Dockerfile.indexserver
+1
-1
Dockerfile.indexserver
Reviewed
···
2
2
3
3
RUN apk update --no-cache && apk upgrade --no-cache && \
4
4
apk add --no-cache ca-certificates bind-tools tini git jansson curl && \
5
5
-
apk add --upgrade --no-cache 'libcrypto1.1>=1.1.1n-r0' 'libssl1.1>=1.1.1n-r0'
5
5
+
apk add --upgrade --no-cache 'libcrypto1.1>=1.1.1n-r0' 'libssl1.1>=1.1.1n-r0' 'pcre2>=10.40-r0'
6
6
7
7
# Run as non-root user sourcegraph. External volumes should be mounted under /data (which will be owned by sourcegraph).
8
8
RUN mkdir -p /home/sourcegraph