File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff 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# ############################################################################################
233217COPY . /coderunner
You can’t perform that action at this time.
0 commit comments