Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberworm-uk committed Oct 26, 2023
1 parent f1967cd commit 9f1c029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onionshare/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG WORKDIR="/app"
FROM docker.io/library/alpine:latest AS build
ARG WORKDIR
ARG VERSION=release-2.6.1
ARG VERSION=main
ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
RUN apk add python3 python3-dev poetry gcc g++ make musl-dev linux-headers libffi-dev git && poetry config virtualenvs.in-project true
Expand Down

0 comments on commit 9f1c029

Please sign in to comment.