Skip to content

Commit 2b916dc

Browse files
authored
Refactor Dockerfile by commenting out SHELL instruction
Comment out SHELL instruction and remove redundant comment.
1 parent e55f6f1 commit 2b916dc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
FROM python:3.10.12-alpine AS builder
66

7-
SHELL [ "/bin/bash", "-c" ]
7+
# SHELL [ "/bin/bash", "-c" ]
88

99
ENV VIRTUAL_ENV=/opt/venv
1010
ENV PYTHONDONTWRITEBYTECODE=1
1111
ENV PYTHONUNBUFFERED=1
1212

13-
## Install build dependencies
1413
## Install build dependencies
1514
RUN apk update && \
1615
apk add --no-cache gcc libffi-dev libressl-dev vim && \

0 commit comments

Comments
 (0)