mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2025-01-05 16:51:00 +00:00
Update Dockerfile to use xenial
Fix build bug
This commit is contained in:
parent
4966c4e3a0
commit
c16a3e9421
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu AS Ubuntu_SteamCMD
|
FROM ubuntu:xenial AS Ubuntu_SteamCMD
|
||||||
|
|
||||||
# Get Package Dependencies, Accept ToS with Steam Dependency, clear appt cache
|
# Get Package Dependencies, Accept ToS with Steam Dependency, clear appt cache
|
||||||
RUN dpkg --add-architecture i386 && \
|
RUN dpkg --add-architecture i386 && \
|
||||||
|
|
Loading…
Reference in a new issue