Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37adeae591 | ||
|
|
f87f07f8f9 | ||
|
|
9ed686442d | ||
|
|
20e2344ae0 |
+1
-1
@@ -5,7 +5,7 @@ LABEL maintainer="myoung34@my.apsu.edu"
|
||||
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
|
||||
RUN mkdir -p /opt/hostedtoolcache
|
||||
|
||||
ARG GH_RUNNER_VERSION="2.280.1"
|
||||
ARG GH_RUNNER_VERSION="2.280.3"
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ RUN apt-get update && \
|
||||
openssh-client \
|
||||
locales \
|
||||
python3-pip \
|
||||
python2 \
|
||||
python \
|
||||
dumb-init \
|
||||
&& pip3 install --no-cache-dir awscliv2 \
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
|
||||
Reference in New Issue
Block a user