Skip to content

Commit 93f51f7

Browse files
committed
Reduce size of amd64 Docker image
1 parent 1ac4ca5 commit 93f51f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV AS_BUILDAGENT=0 \
1111
# Install build-time dependencies
1212
RUN apt-get update && \
1313
apt-get install -y software-properties-common wget ca-certificates git build-essential \
14-
gcc-multilib g++-multilib gcc-10-multilib g++-10-multilib curl subversion ncftp \
14+
gcc-10 g++-10 curl subversion ncftp \
1515
libncurses-dev libncursesw5 libmysqlclient-dev
1616

1717
# Set build directory

Dockerfile.i386

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV AS_BUILDAGENT=0 \
1111
# Install build-time dependencies
1212
RUN dpkg --add-architecture i386 && apt-get update && \
1313
apt-get install -y software-properties-common wget ca-certificates git build-essential \
14-
gcc-multilib g++-multilib gcc-10-multilib g++-10-multilib curl subversion ncftp \
14+
gcc-10-multilib g++-10-multilib curl subversion ncftp \
1515
libncurses-dev:i386 libncursesw5:i386 libmysqlclient-dev:i386
1616

1717
# Set build directory

0 commit comments

Comments
 (0)