Skip to content

Commit 74ba855

Browse files
committed
Remove -> remove command
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 0d4c076 commit 74ba855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN acapy_agent_package=$(find ./ -name "acapy_agent*.whl" | head -n 1) && \
9595

9696
# Clean-up unnecessary build dependencies and reduce final image size
9797
USER root
98-
RUN apt-get purge -y --auto-remove build-essential
98+
RUN apt-get purge -y
9999

100100
USER $user
101101

0 commit comments

Comments
 (0)