Skip to content

Commit b52a9d9

Browse files
fix solidity install
1 parent 9331409 commit b52a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ RUN git clone --recurse-submodules https://github.com/IoLanguage/io.git && \
222222
#RUN kotlin -version
223223

224224
# Solidity
225-
RUN add-apt-repository ppa:ethereum/ethereum \
225+
RUN add-apt-repository -y ppa:ethereum/ethereum \
226226
&& apt-get update \
227227
&& apt-get install -y solc
228228

0 commit comments

Comments
 (0)