summaryrefslogtreecommitdiffhomepage
path: root/building/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2025-08-08Remove mold linker from build containerLinus Färnstrand1-18/+0
2025-02-04Make container build script pick up correct Rust versionLinus Färnstrand1-2/+4
2024-12-18Update container to get package.json from new path for voltaLinus Färnstrand1-1/+1
2024-12-18Install libarchive-tools in base Linux build containerLinus Färnstrand1-0/+2
Needed to experiment with Arch Linux package building
2024-11-14Update script and code references to gui-directoryOskar1-1/+1
2024-05-23Add `make` to container imageMarkus Pettersson1-0/+1
2024-01-03Remove enabling of cargo's sparse protocol as it is now defaultJonatan Rhodin1-5/+0
2024-01-03Update go version to 1.21.3 in the linux image docker fileJonatan Rhodin1-2/+2
2023-09-29Build updated protobuf compilerDavid Lönnhager1-1/+18
2023-03-24Enable Cargo's sparse protocolLinus Färnstrand1-0/+5
2023-03-24Change build container CARGO_TARGET_DIR to allow cargo cleanLinus Färnstrand1-4/+4
2023-03-14Use ARG instead of ENV for desktop containerLinus Färnstrand1-3/+3
Also rename _HASH to _REF since it can point to any git reference
2023-03-14Build and install mold in the build containerLinus Färnstrand1-0/+18
2023-03-13Bump build container base image to Debian 11.6-slimLinus Färnstrand1-3/+5
2023-02-09Fix comment in dockerfile explaining how to build itLinus Färnstrand1-2/+2
2023-02-09Add clippy + the Windows toolchain into the containerLinus Färnstrand1-2/+10
Helps Linux developers by being able to lint/check towards Windows
2022-11-30Add initial build-and-publish.sh script and readme for build containersMullvad build server1-0/+72