We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1cde1 commit 54cbb81Copy full SHA for 54cbb81
Dockerfiles/murfey-instrument-server
@@ -8,6 +8,7 @@ FROM docker.io/library/python:3.12.8-slim-bullseye AS base
8
RUN apt-get update && \
9
apt-get upgrade -y && \
10
apt-get install -y --no-install-recommends \
11
+ rsync \
12
vim \
13
&& \
14
apt-get autoremove && \
0 commit comments