Fix docker build...

This commit is contained in:
JustArchi
2021-05-02 14:56:30 +02:00
parent c524e003b5
commit ecec08af9f
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>5.0.7.0</Version> <Version>5.0.6.5</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@@ -23,6 +23,7 @@ COPY ArchiSteamFarm ArchiSteamFarm
COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
COPY resources resources COPY resources resources
COPY Directory.Build.props Directory.Build.props COPY Directory.Build.props Directory.Build.props
COPY Directory.Packages.props Directory.Packages.props
RUN dotnet --info && \ RUN dotnet --info && \
case "$TARGETOS" in \ case "$TARGETOS" in \
"linux") ;; \ "linux") ;; \

View File

@@ -23,6 +23,7 @@ COPY ArchiSteamFarm ArchiSteamFarm
COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
COPY resources resources COPY resources resources
COPY Directory.Build.props Directory.Build.props COPY Directory.Build.props Directory.Build.props
COPY Directory.Packages.props Directory.Packages.props
RUN dotnet --info && \ RUN dotnet --info && \
case "$TARGETOS" in \ case "$TARGETOS" in \
"linux") ;; \ "linux") ;; \