diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c508e3..ae1de8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [v4.1.0-pre] - Unreleased + + +## [v4.0.2] - 2020-10-29 ### Added - Build multiarch Docker images ### Changed diff --git a/build/package/Containerfile b/build/package/Containerfile index 7d8ee24..cbde82b 100644 --- a/build/package/Containerfile +++ b/build/package/Containerfile @@ -28,7 +28,7 @@ COPY --from=prodbuild /target / ENTRYPOINT [ "/bin/mothd" ] ########## - +# You should use the dirtbags/moth-devel repo's build for this, instead FROM ubuntu AS moth-devel RUN apt-get -y update && apt-get -y install \ build-essential \