Skip to content

Commit ddccfb0

Browse files
fix: solidty
1 parent 503f2b6 commit ddccfb0

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

Dockerfile

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -207,27 +207,11 @@ RUN git clone --recurse-submodules https://github.com/IoLanguage/io.git && \
207207
cd ../.. && \
208208
rm -rf io
209209

210-
### Kotlin
211-
# Install SDKMAN
212-
#RUN curl -s "https://get.sdkman.io" | bash
213-
214-
# Install Kotlin and set up environment
215-
#RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && sdk install kotlin && sdk install java"
216-
217-
# Set environment variables for SDKMAN in Docker
218-
#ENV SDKMAN_DIR="/root/.sdkman"
219-
#ENV PATH="$SDKMAN_DIR/bin:$SDKMAN_DIR/candidates/kotlin/current/bin:$PATH"
220-
221-
# Verify installation
222-
#RUN kotlin -version
223-
224210
# Solidity
225-
RUN add-apt-repository -y ppa:ethereum/ethereum \
226-
&& apt-get update \
227-
&& apt-get install -y solc
211+
RUN npm install --global solc
228212

229213
# Q# (Quantum)
230-
#RUN dotnet tool install -g Microsoft.Quantum.IQSharp
214+
RUN dotnet tool install -g Microsoft.Quantum.IQSharp
231215

232216
#############################################################################################
233217
COPY . /coderunner

0 commit comments

Comments
 (0)