Skip to content

Commit 781a641

Browse files
committed
Fix guerilla symbols pretending to be a valid package name
1 parent 6acedac commit 781a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV TARANTOOL_WORKDIR=$TARANTOOL_WORKDIR
1111
ENV TARANTOOL_RUNDIR=$TARANTOOL_RUNDIR
1212
ENV TARANTOOL_DATADIR=$TARANTOOL_DATADIR
1313
RUN curl -L https://tarantool.io/installer.sh | VER=$TARANTOOL_VERSION /bin/bash -s -- --repo-only && \
14-
yum -y install cmake make gcc gсс-с++ git unzip tarantool tarantool-devel cartridge-cli && \
14+
yum -y install cmake make gcc gcc-c++ git unzip tarantool tarantool-devel cartridge-cli && \
1515
yum clean all
1616
RUN groupadd -g $TARANTOOL_SERVER_GID $TARANTOOL_SERVER_GROUP && \
1717
useradd -u $TARANTOOL_SERVER_UID -g $TARANTOOL_SERVER_GID -m -s /bin/bash $TARANTOOL_SERVER_USER \

0 commit comments

Comments
 (0)