Skip to content

Commit 8fcd453

Browse files
committed
we don't use swiftly in docker, remove the script
1 parent 8794b66 commit 8fcd453

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ ENV LANG=en_US.UTF-8
1919
ENV LANGUAGE=en_US.UTF-8
2020

2121
COPY install_jdk.sh .
22-
COPY install_swiftly.sh .
2322

2423
# JDK dependency
2524
RUN bash -xc 'JDK_VENDOR=Corretto ./install_jdk.sh'
2625
ENV JAVA_HOME="/usr/lib/jvm/default-jdk"
2726
ENV PATH="$PATH:/usr/lib/jvm/default-jdk/bin"
28-
29-
# Install Swift with Swiftly
30-
# RUN bash -xc './install_swiftly.sh'

docker/install_swiftly.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)