This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install dependencies for building Swift on Ubuntu 22.04 LTS | |
# Compiled from Dokerfile https://github.com/swiftlang/swift-docker/blob/main/swift-ci/main/ubuntu/24.04/Dockerfile | |
# as recommended in https://github.com/swiftlang/swift/blob/main/docs/HowToGuides/GettingStarted.md#linux | |
# This could be used as script to run on initial Digital Ocean droplet boot up. | |
# 1. Create a build user (optional, but recommended for safety) | |
#sudo groupadd -g 998 build-user | |
#sudo useradd -m -r -u 998 -g build-user build-user |
OlderNewer