Skip to content
Snippets Groups Projects
Commit e4243b39 authored by dalmiromaia's avatar dalmiromaia
Browse files

ST-970 add gnu tar to tigango-alpine

parent ab06e5e2
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,9 @@ LABEL \ ...@@ -15,7 +15,9 @@ LABEL \
int.skao.application="ITango" int.skao.application="ITango"
USER root USER root
RUN apk add --update --no-cache procps RUN apk add --update --no-cache procps \
# if used for tests it will require gnu tar not the busybox one
tar
USER tango USER tango
ENV PYTHONPATH=/usr/local/lib/python3.9/site-packages ENV PYTHONPATH=/usr/local/lib/python3.9/site-packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment