Skip to content

Commit

Permalink
feat:test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-2369 committed Oct 8, 2024
1 parent 6b27bc5 commit cf6607e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian12-python-shadowsocksr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.9.20-slim-bookworm
FROM debian:bullseye-20240926
LABEL authors="eric2369"

RUN apt-get update \
&& apt-get install -y --no-install-recommends git openssh-client libsodium-dev \
&& apt-get install -y --no-install-recommends git openssh-client ca-certificates \
&& rm -rf /var/lib/apt/lists/*

RUN useradd -m -s /bin/bash shadowsocksr
Expand Down

0 comments on commit cf6607e

Please sign in to comment.