Skip to content

Commit f300846

Browse files
committed
Migrated uidmap to build-base #3059
1 parent 5c3cbc9 commit f300846

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tools/uidmap/Dockerfile.template

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22

33
FROM ghcr.io/uniget-org/tools/make:latest AS make
44

5-
FROM ghcr.io/uniget-org/images/build-essential:22.04 AS prepare
5+
FROM ghcr.io/uniget-org/images/build-base:3.19 AS prepare
66
COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
77
/etc/profile.d/ \
88
/etc/profile.d/
99
SHELL [ "bash", "-clo", "errexit" ]
10-
RUN <<EOF
11-
apt-get update
12-
apt-get -y install --no-install-recommends \
13-
xz-utils
14-
EOF
1510
COPY --link --from=make / /usr/local/
1611
WORKDIR /tmp/uidmap
1712
ARG name

0 commit comments

Comments
 (0)