File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-24.04
2020 steps :
2121 - uses : actions/checkout@v4
22+ - uses : docker/setup-compose-action@v1
23+ with :
24+ version : latest
2225 - name : Install system dependencies
2326 run : |
2427 sudo apt install -yq python3-pip python3-setuptools-scm
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 with :
1616 ref : ${{ inputs.branch }}
17+ - uses : docker/setup-compose-action@v1
18+ with :
19+ version : latest
1720 - name : Install system dependencies
1821 run : |
1922 sudo apt install -yq python3-pip python3-setuptools-scm
Original file line number Diff line number Diff line change 11FROM debian:bookworm-slim
22
3- MAINTAINER "Kasper Revsbech" < mail@krevsbech.dk>
3+ LABEL org.opencontainers.image.authors= " mail@krevsbech.dk"
44
55ENV DEBIAN_FRONTEND=noninteractive
66
@@ -18,7 +18,7 @@ RUN set -e ;\
1818COPY --chown=root:root ./authorized_keys /root/.ssh/authorized_keys
1919
2020# As sshd scrubs ENV variables if they are set by the ENV varibale ensure to put the into /etc/profile as shown below
21- ENV NOTVISIBLE "in users profile"
21+ ENV NOTVISIBLE= "in users profile"
2222RUN echo "export VISIBLE=now" >> /etc/profile
2323
2424EXPOSE 2222
You can’t perform that action at this time.
0 commit comments