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 76ac8e5 commit bcc91a1Copy full SHA for bcc91a1
Dockerfile
@@ -4,9 +4,10 @@ FROM swift:6.0.1-jammy
4
WORKDIR /app
5
6
COPY ./_Packages/ ./swiftfiddle.com/_Packages/
7
+RUN rm -rf LICENSE README.md SECURITY.md versions.json ./_Packages/
8
RUN cd ./swiftfiddle.com/_Packages/ \
9
&& swift build -c release \
- && rm -rf ./_Packages/ .build/repositories/
10
+ && rm -rf .build/repositories/
11
12
RUN echo 'int isatty(int fd) { return 1; }' | \
13
clang -O2 -fpic -shared -ldl -o faketty.so -xc -
0 commit comments