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 d0e986c commit e090110Copy full SHA for e090110
containers/swift/Dockerfile
@@ -1,9 +1,8 @@
1
-FROM ubuntu:16.04
+FROM swiftdocker/swift:latest
2
3
-RUN apt-get install swift-4.0.3-r0 bash
4
5
COPY ./compile.sh /bin/compile.sh
6
COPY ./run.sh /bin/run.sh
7
8
RUN chmod 777 /bin/compile.sh; \
9
- chmod 777 /bin/run.sh
+ chmod 777 /bin/run.sh
0 commit comments