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 4ee654a commit 9da8ed5Copy full SHA for 9da8ed5
scripts/qns.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM martenseemann/quic-network-simulator-endpoint@sha256:2ec0a19a54f4547f068a81afcb3e92251b8808934eb86e5cb6919d91c4958791 as source
+FROM martenseemann/quic-network-simulator-endpoint@sha256:2ec0a19a54f4547f068a81afcb3e92251b8808934eb86e5cb6919d91c4958791 AS source
2
ENV DEBIAN_FRONTEND=noninteractive
3
RUN apt-get update -y \
4
&& apt-get install -y \
@@ -9,7 +9,7 @@ RUN apt-get update -y \
9
&& apt-get clean
10
COPY . /src
11
12
-FROM source as build
+FROM source AS build
13
WORKDIR /src/Debug
14
RUN chmod +x /src/scripts/install-powershell-docker.sh
15
RUN /src/scripts/install-powershell-docker.sh
0 commit comments