good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 01602c91 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Remove usages of apt for apt-get

parent 4d5abcb1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ LABEL "com.github.actions.description"=""
LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="purple"
RUN apt update && apt install -y shellcheck
RUN apt-get update && apt-get install -y shellcheck
COPY entrypoint.sh /entrypoint.sh
......
......@@ -5,8 +5,8 @@ LABEL "com.github.actions.description"=""
LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="green"
RUN apt update && \
apt install -y python-pip && \
RUN apt-get update && \
apt-get install -y python-pip && \
pip install autobahntestsuite
COPY entrypoint.sh /entrypoint.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment