| 1 | FROM oilshell/soil-common | 
| 2 | |
| 3 | # UTF-8 tweak, like ovm-tarball | 
| 4 | RUN --mount=type=cache,id=var-cache-apt,target=/var/cache/apt,sharing=locked \ | 
| 5 | --mount=type=cache,id=var-lib-apt,target=/var/lib/apt,sharing=locked \ | 
| 6 | du --si -s /var/cache/apt /var/lib/apt && \ | 
| 7 | deps/from-apt.sh layer-locales | 
| 8 | |
| 9 | USER uke | 
| 10 | |
| 11 | CMD ["sh", "-c", "echo 'hello from oilshell/soil-dummy'"] |