mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed the BuildKit error
This commit is contained in:
parent
ec0f94a870
commit
e6164cd179
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
#ENV MCC_VERSION=<version>
|
#ENV MCC_VERSION=<version>
|
||||||
|
|
||||||
# Copy over the script and give it execution permissions
|
# Copy over the script and give it execution permissions
|
||||||
COPY --chmod=0755 start-latest.sh /opt/start-latest.sh
|
COPY start-latest.sh /opt/start-latest.sh
|
||||||
|
RUN chmod +x /opt/start-latest.sh
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y unzip && \
|
apt-get install -y unzip && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue