We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef492b6 commit aaa9bb4Copy full SHA for aaa9bb4
1 file changed
Dockerfile
@@ -183,7 +183,7 @@ FROM nasm-stage AS swift-stage
183
ENV SWIFT_VERSION=6.2
184
RUN set -xe && \
185
apt update && \
186
- apt install -y --no-install-recommends libncurses6 libcurses-dev && \
+ apt install -y --no-install-recommends libncurses6 && \
187
rm -rf /var/lib/apt/lists/* && \
188
curl -fSsL "https://download.swift.org/swift-$SWIFT_VERSION-release/ubuntu2404/swift-$SWIFT_VERSION-RELEASE/swift-$SWIFT_VERSION-RELEASE-ubuntu24.04.tar.gz" -o /tmp/swift.tar.gz && \
189
mkdir /usr/local/swift-$SWIFT_VERSION && \
0 commit comments