Skip to content

Commit e090110

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
authored andcommitted
swift
1 parent d0e986c commit e090110

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

containers/swift/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM ubuntu:16.04
1+
FROM swiftdocker/swift:latest
22

3-
RUN apt-get install swift-4.0.3-r0 bash
43

54
COPY ./compile.sh /bin/compile.sh
65
COPY ./run.sh /bin/run.sh
76

87
RUN chmod 777 /bin/compile.sh; \
9-
chmod 777 /bin/run.sh
8+
chmod 777 /bin/run.sh

0 commit comments

Comments
 (0)