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 8c283d7 commit 666a2baCopy full SHA for 666a2ba
Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:24.10 AS gcc_build
4
COPY ./install_gcc.sh /home/install_gcc.sh
5
RUN bash /home/install_gcc.sh
6
7
-FROM ubuntu:24.10 as sdk_setup
+FROM ubuntu:24.10 AS sdk_setup
8
9
RUN apt-get update -y && \
10
apt-get upgrade -y && \
0 commit comments