File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# Zulip development environment image and use
3
3
# tools/build-release-tarball to generate a production release tarball
4
4
# from the provided Git ref.
5
- FROM ubuntu:20 .04 as base
5
+ FROM ubuntu:22 .04 as base
6
6
7
7
# Set up working locales and upgrade the base image
8
8
ENV LANG="C.UTF-8"
@@ -13,7 +13,7 @@ RUN { [ ! "$UBUNTU_MIRROR" ] || sed -i "s|http://\(\w*\.\)*archive\.ubuntu\.com/
13
13
apt-get -q update && \
14
14
apt-get -q dist-upgrade -y && \
15
15
DEBIAN_FRONTEND=noninteractive \
16
- apt-get -q install --no-install-recommends -y ca-certificates git locales lsb-release python3 sudo tzdata
16
+ apt-get -q install --no-install-recommends -y ca-certificates git locales python3 sudo tzdata
17
17
18
18
19
19
FROM base as build
You can’t perform that action at this time.
0 commit comments