Skip to content

Commit 0ee4cab

Browse files
committed
chore(stacks): new build-deps
1 parent 2285b3d commit 0ee4cab

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

Dockerfile

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@ ARG CODENAME DRYCC_REGISTRY
22
FROM ${DRYCC_REGISTRY}/drycc/base:${CODENAME}
33

44
RUN install-packages \
5-
autoconf \
5+
ca-certificates \
6+
curl \
7+
netbase \
8+
wget \
9+
gnupg \
10+
dirmngr
11+
12+
RUN install-packages \
13+
git \
14+
mercurial \
15+
openssh-client \
16+
subversion \
17+
procps
18+
19+
RUN install-packages \
20+
autoconf \
621
automake \
722
bzip2 \
823
dpkg-dev \

0 commit comments

Comments
 (0)