T
tx_g
Gast
Hallo,
ich bin gerade dabei mir einen Docker etwas umzubauen. Leider bekomme ich beim erstellen diesen Fehler:
https://hub.docker.com/r/horstexplorer/sinusbot/builds/btasesdgzxffpboq4iqecbh/
und im Log
Leider bin ich nicht so weit in dem Thema drinnen, damit ich weiß wieso es nicht funktioniert. Es wäre sehr nett wenn mir dabei jemand helfen würde das Problem zu lösen.
ich bin gerade dabei mir einen Docker etwas umzubauen. Leider bekomme ich beim erstellen diesen Fehler:
https://hub.docker.com/r/horstexplorer/sinusbot/builds/btasesdgzxffpboq4iqecbh/
Code:
Build failed: The command '/bin/sh -c groupadd -g "$SINUS_GROUP" sinusbot && useradd -u "$SINUS_USER" -g "$SINUS_GROUP" -d "$SINUS_DIR" sinusbot && apt-get -q update -y && apt-get -q upgrade -y && apt-get -q install -y x11vnc xvfb libxcursor1 ca-certificates bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 libglib2.0-0 libnss3 locales wget sudo python less && locale-gen --purge "$LANG" && update-locale LANG="$LANG" && echo "LC_ALL=en_US.UTF-8" >> /etc/default/locale && echo "LANG=en_US.UTF-8" >> /etc/default/locale && update-ca-certificates && mkdir -p "$SINUS_DIR" && wget -qO- "$SINUSBOT_DL_URL" | tar -xjf- -C "$SINUS_DIR" && mv "$SINUS_DATA_SCRIPTS" "$SINUS_DATA_SCRIPTS-orig" && cp -f "$SINUS_DIR/config.ini.dist" "$SINUS_DIR/config.ini" && sed -i 's|^DataDir.*|DataDir = '"$SINUS_DATA"'|g' "$SINUS_DIR/config.ini" && mkdir -p "$TS3_DIR" && cd "$SINUS_DIR" || exit 1 && wget -q -O "TeamSpeak3-Client-linux_amd64-$TS3_VERSION.run" "$TS3_DL_ADDRESS/$TS3_VERSION/TeamSpeak3-Client-linux_amd64-$TS3_VERSION.run" && chmod 755 "TeamSpeak3-Client-linux_amd64-$TS3_VERSION.run" && yes | "./TeamSpeak3-Client-linux_amd64-$TS3_VERSION.run" && rm -f "TeamSpeak3-Client-linux_amd64-$TS3_VERSION.run" && rm TeamSpeak3-Client-linux_amd64/xcbglintegrations/libqxcb-glx-integration.so && mkdir TeamSpeak3-Client-linux_amd64/plugins && cp -f "$SINUS_DIR/plugin/libsoundbot_plugin.so" "$TS3_DIR/plugins/" && sed -i "s|^TS3Path.*|TS3Path = \"$TS3_DIR/ts3client_linux_amd64\"|g" "$SINUS_DIR/config.ini" && wget -q -O "$YTDL_BIN" "https://yt-dl.org/downloads/$YTDL_VERSION/youtube-dl" && chmod 755 -f "$YTDL_BIN" && echo "YoutubeDLPath = \"$YTDL_BIN\"" >> "$SINUS_DIR/config.ini" && chown -fR sinusbot:sinusbot "$SINUS_DIR" && apt-get -q clean all && rm -rf /tmp/* /var/tmp/*' returned a non-zero code: 1
Code:
Generating locales (this might take a while)...
Generation complete.
[91mperl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US.UTF-8 ",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
[0m
[91m*** update-locale: Error: invalid locale settings: LANG=en_US.UTF-8
[0m
Removing intermediate container c3ba138b0576
The command '/bin/sh -c groupadd -g "$SINUS_GROUP" sinusbot && useradd -u "$SINUS_USER" -g "$SINUS_GROUP" -d "$SINUS_........
Zuletzt bearbeitet von einem Moderator: