We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c283d7 commit f6fd10eCopy full SHA for f6fd10e
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