File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV AS_BUILDAGENT=0 \
11
11
# Install build-time dependencies
12
12
RUN apt-get update && \
13
13
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 \
15
15
libncurses-dev libncursesw5 libmysqlclient-dev
16
16
17
17
# Set build directory
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV AS_BUILDAGENT=0 \
11
11
# Install build-time dependencies
12
12
RUN dpkg --add-architecture i386 && apt-get update && \
13
13
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 \
15
15
libncurses-dev:i386 libncursesw5:i386 libmysqlclient-dev:i386
16
16
17
17
# Set build directory
You can’t perform that action at this time.
0 commit comments